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- Author:
- a183132
- See Also:
- Serialized Form
-
-
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
-
-
-
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
-
-