Uses of Enum
org.jcodings.exception.EncodingError
Packages that use EncodingError
-
Uses of EncodingError in org.jcodings.exception
Subclasses with type arguments of type EncodingError in org.jcodings.exceptionFields 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_ERRORMethods 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)