Package gnu.inet.encoding
Class PunycodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gnu.inet.encoding.PunycodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PunycodeException extends java.lang.Exception
Exception handling for Punycode class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PunycodeException(java.lang.String m)
Creates a new PunycodeException.
-