Package org.apache.xmpbox.schema
Class XmpSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.schema.XmpSchemaException
- All Implemented Interfaces:
Serializable
Exception thrown when problems occurs in Schema Treatment
- Author:
- a183132
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmpSchemaException
(String message) Create an instance of XmpSchemaExceptionXmpSchemaException
(String message, Throwable cause) Create an instance of XmpSchemaException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmpSchemaException
Create an instance of XmpSchemaException- Parameters:
message
- a description of the encountered problem
-
XmpSchemaException
Create an instance of XmpSchemaException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-