Package org.jcodings.exception
Class CharacterPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcodings.exception.JCodingsException
org.jcodings.exception.EncodingException
org.jcodings.exception.CharacterPropertyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCharacterPropertyException
(String message) Deprecated.CharacterPropertyException
(String message, byte[] bytes, int p, int end) Deprecated.CharacterPropertyException
(String message, String str) Deprecated.CharacterPropertyException
(EncodingError error, byte[] bytes, int p, int end) CharacterPropertyException
(EncodingError error, String str) -
Method Summary
Methods inherited from class org.jcodings.exception.EncodingException
getError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CharacterPropertyException
-
CharacterPropertyException
-
CharacterPropertyException
-
CharacterPropertyException
Deprecated. -
CharacterPropertyException
Deprecated. -
CharacterPropertyException
Deprecated.
-