Uses of Class
org.jcodings.exception.EncodingError
-
Packages that use EncodingError Package Description org.jcodings.exception -
-
Uses of EncodingError in org.jcodings.exception
Methods in org.jcodings.exception that return EncodingError Modifier and Type Method Description static EncodingErrorEncodingError. fromCode(int code)EncodingErrorEncodingException. getError()static EncodingErrorEncodingError. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingError[]EncodingError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jcodings.exception with parameters of type EncodingError Constructor Description CharacterPropertyException(EncodingError error)CharacterPropertyException(EncodingError error, byte[] bytes, int p, int end)CharacterPropertyException(EncodingError error, String str)EncodingException(EncodingError error)EncodingException(EncodingError error, byte[] bytes, int p, int end)EncodingException(EncodingError error, String str)
-