Package gnu.inet.encoding
Class StringprepException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gnu.inet.encoding.StringprepException
-
- All Implemented Interfaces:
Serializable
public class StringprepException extends Exception
Exception handling for StringPrep class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringBIDI_BOTHRALstatic StringBIDI_LTRALstatic StringCONTAINS_PROHIBITEDstatic StringCONTAINS_UNASSIGNED
-
Constructor Summary
Constructors Constructor Description StringprepException(String m)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StringprepException
public StringprepException(String m)
-
-