Uses of Enum Class
org.apache.xmpbox.xml.XmpParsingException.ErrorType
Packages that use XmpParsingException.ErrorType
-
Uses of XmpParsingException.ErrorType in org.apache.xmpbox.xml
Fields in org.apache.xmpbox.xml declared as XmpParsingException.ErrorTypeModifier and TypeFieldDescriptionprivate XmpParsingException.ErrorType
XmpParsingException.errorType
Methods in org.apache.xmpbox.xml that return XmpParsingException.ErrorTypeModifier and TypeMethodDescriptionXmpParsingException.getErrorType()
Returns the enum constant of this class with the specified name.static XmpParsingException.ErrorType[]
XmpParsingException.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.xmpbox.xml with parameters of type XmpParsingException.ErrorTypeModifierConstructorDescriptionXmpParsingException
(XmpParsingException.ErrorType error, String message) Create an instance of XmpParsingExceptionXmpParsingException
(XmpParsingException.ErrorType error, String message, Throwable cause) Create an instance of XmpParsingException