public class XmpParsingException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
XmpParsingException.ErrorType |
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
|
Modifier and Type | Method and Description |
---|---|
XmpParsingException.ErrorType |
getErrorType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmpParsingException(XmpParsingException.ErrorType error, String message, Throwable cause)
message
- a description of the encountered problemcause
- the cause of the exceptionpublic XmpParsingException(XmpParsingException.ErrorType error, String message)
message
- a description of the encountered problempublic XmpParsingException.ErrorType getErrorType()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.