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()
Returns the error type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmpParsingException(XmpParsingException.ErrorType error, String message, Throwable cause)
error - the error typemessage - a description of the encountered problemcause - the cause of the exceptionpublic XmpParsingException(XmpParsingException.ErrorType error, String message)
error - the error typemessage - a description of the encountered problempublic XmpParsingException.ErrorType getErrorType()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.