Uses of Enum
org.jcodings.exception.EncodingError
Packages that use EncodingError
-
Uses of EncodingError in org.jcodings.exception
Fields in org.jcodings.exception declared as EncodingErrorFields in org.jcodings.exception with type parameters of type EncodingErrorModifier and TypeFieldDescriptionprivate static final IntHash
<EncodingError> EncodingError.CODE_TO_ERROR
Methods in org.jcodings.exception that return EncodingErrorModifier and TypeMethodDescriptionstatic EncodingError
EncodingError.fromCode
(int code) EncodingException.getError()
static EncodingError
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 EncodingErrorModifierConstructorDescriptionCharacterPropertyException
(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)