Package | Description |
---|---|
org.apache.xmpbox.xml |
Modifier and Type | Field and Description |
---|---|
private XmpParsingException.ErrorType |
XmpParsingException.errorType |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
XmpParsingException(XmpParsingException.ErrorType error,
java.lang.String message)
Create an instance of XmpParsingException
|
XmpParsingException(XmpParsingException.ErrorType error,
java.lang.String message,
java.lang.Throwable cause)
Create an instance of XmpParsingException
|