Package org.apache.xmpbox.xml
Class XmpParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.xml.XmpParsingException
- All Implemented Interfaces:
Serializable
Exception thrown when Parsing failed
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate XmpParsingException.ErrorType
private static final long
serial version uid -
Constructor Summary
ConstructorsConstructorDescriptionXmpParsingException
(XmpParsingException.ErrorType error, String message) Create an instance of XmpParsingExceptionXmpParsingException
(XmpParsingException.ErrorType error, String message, Throwable cause) Create an instance of XmpParsingException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorType
-
serialVersionUID
private static final long serialVersionUIDserial version uid- See Also:
-
-
Constructor Details
-
XmpParsingException
Create an instance of XmpParsingException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-
XmpParsingException
Create an instance of XmpParsingException- Parameters:
message
- a description of the encountered problem
-
-
Method Details
-
getErrorType
-