Package org.apache.xmpbox.xml
Class XmpSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.xml.XmpSerializationException
- All Implemented Interfaces:
Serializable
Exception when Parsing cannot be made
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmpSerializationException
(String message) Create an instance of TransformExceptionXmpSerializationException
(String message, Throwable cause) Create an instance of TransformException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
XmpSerializationException
Create an instance of TransformException- Parameters:
message
- a description of the encountered problem
-
XmpSerializationException
Create an instance of TransformException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-