public class XmpParsingException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
XmpParsingException.ErrorType |
Modifier and Type | Field and Description |
---|---|
private XmpParsingException.ErrorType |
errorType |
private static long |
serialVersionUID
serial version uid
|
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
|
Modifier and Type | Method and Description |
---|---|
XmpParsingException.ErrorType |
getErrorType() |
private XmpParsingException.ErrorType errorType
private static final long serialVersionUID
public XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message, java.lang.Throwable cause)
message
- a description of the encountered problemcause
- the cause of the exceptionpublic XmpParsingException(XmpParsingException.ErrorType error, java.lang.String message)
message
- a description of the encountered problempublic XmpParsingException.ErrorType getErrorType()