| Package | Description |
|---|---|
| org.apache.xmpbox.xml |
| Modifier and Type | Method and Description |
|---|---|
XmpParsingException.ErrorType |
XmpParsingException.getErrorType() |
static XmpParsingException.ErrorType |
XmpParsingException.ErrorType.valueOf(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,
String message)
Create an instance of XmpParsingException
|
XmpParsingException(XmpParsingException.ErrorType error,
String message,
Throwable cause)
Create an instance of XmpParsingException
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.