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:
java.io.Serializable
public class XMPSchemaException extends java.lang.ExceptionDoesn't add anything to the default Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMPSchemaException(java.lang.String message)Constructs a new XMPSchemaException.XMPSchemaException(java.lang.String message, java.lang.Throwable cause)Constructs a new XMPSchemaException.
-
-
-
Constructor Detail
-
XMPSchemaException
public XMPSchemaException(java.lang.String message)
Constructs a new XMPSchemaException.- Parameters:
message- Initializes the exception with an error message.
-
XMPSchemaException
public XMPSchemaException(java.lang.String message, java.lang.Throwable cause)Constructs a new XMPSchemaException.- Parameters:
message- Initializes the exception with an error message.cause- The original exception
-
-