gnu.inet.encoding
Class PunycodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.inet.encoding.PunycodeException
- All Implemented Interfaces:
- Serializable
public class PunycodeException
- extends Exception
Exception handling for Punycode class.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OVERFLOW
public static String OVERFLOW
BAD_INPUT
public static String BAD_INPUT
PunycodeException
public PunycodeException(String m)
- Creates a new PunycodeException.
- Parameters:
m - message.
Copyright © 2012 Tigase. All Rights Reserved.