Package org.apache.xmpbox.xml
Class XmpSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmpbox.xml.XmpSerializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmpSerializationException extends java.lang.Exception
Exception when Parsing cannot be made- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description XmpSerializationException(java.lang.String message)
Create an instance of TransformExceptionXmpSerializationException(java.lang.String message, java.lang.Throwable cause)
Create an instance of TransformException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmpSerializationException
public XmpSerializationException(java.lang.String message)
Create an instance of TransformException- Parameters:
message
- a description of the encountered problem
-
XmpSerializationException
public XmpSerializationException(java.lang.String message, java.lang.Throwable cause)
Create an instance of TransformException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-
-