Uses of Class
org.apache.xmpbox.xml.XmpParsingException.ErrorType
-
Packages that use XmpParsingException.ErrorType Package Description org.apache.xmpbox.xml -
-
Uses of XmpParsingException.ErrorType in org.apache.xmpbox.xml
Fields in org.apache.xmpbox.xml declared as XmpParsingException.ErrorType Modifier and Type Field Description private XmpParsingException.ErrorType
XmpParsingException. errorType
Methods in org.apache.xmpbox.xml that return XmpParsingException.ErrorType Modifier and Type Method Description XmpParsingException.ErrorType
XmpParsingException. getErrorType()
static XmpParsingException.ErrorType
XmpParsingException.ErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XmpParsingException.ErrorType[]
XmpParsingException.ErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.xmpbox.xml with parameters of type XmpParsingException.ErrorType Constructor Description XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message)
Create an instance of XmpParsingExceptionXmpParsingException(XmpParsingException.ErrorType error, java.lang.String message, java.lang.Throwable cause)
Create an instance of XmpParsingException
-