Package org.apache.xmpbox.schema
Class XmpSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmpbox.schema.XmpSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmpSchemaException extends java.lang.ExceptionException thrown when problems occurs in Schema Treatment- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDserial version uid
-
Constructor Summary
Constructors Constructor Description XmpSchemaException(java.lang.String message)Create an instance of XmpSchemaExceptionXmpSchemaException(java.lang.String message, java.lang.Throwable cause)Create an instance of XmpSchemaException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serial version uid- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmpSchemaException
public XmpSchemaException(java.lang.String message)
Create an instance of XmpSchemaException- Parameters:
message- a description of the encountered problem
-
XmpSchemaException
public XmpSchemaException(java.lang.String message, java.lang.Throwable cause)Create an instance of XmpSchemaException- Parameters:
message- a description of the encountered problemcause- the cause of the exception
-
-