Package com.adobe.xmp.schema.model
Class XMPSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.schema.model.XMPSchemaException
- All Implemented Interfaces:
Serializable
Doesn't add anything to the default Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMPSchemaException(String message) Constructs a new XMPSchemaException.XMPSchemaException(String message, Throwable cause) Constructs a new 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
Constructs a new XMPSchemaException.- Parameters:
message- Initializes the exception with an error message.
-
XMPSchemaException
Constructs a new XMPSchemaException.- Parameters:
message- Initializes the exception with an error message.cause- The original exception
-