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
- Author:
- a183132
- See Also:
-
Nested Class Summary
Nested Classes -
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
-
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
-