Uses of Enum
org.jcodings.exception.EncodingError
Packages that use EncodingError
-
Uses of EncodingError in org.jcodings.exception
Methods in org.jcodings.exception that return EncodingErrorModifier and TypeMethodDescriptionstatic EncodingErrorEncodingError.fromCode(int code) EncodingException.getError()static EncodingErrorReturns 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)