Package com.adobe.xmp.core
Class XMPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.core.XMPException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ParseRDFException,ParseXMLException,ParseXMPException,SerializeOptionsException,SerializeXMPException
public class XMPException extends java.lang.ExceptionException class for all exceptions in XMPCore2.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMPException()XMPException(java.lang.String message)Constructs an exception with a message.XMPException(java.lang.String message, java.lang.Throwable cause)Constructs an exception with a message, and aThrowableXMPException(java.lang.Throwable cause)Constructs an exception with aThrowable
-
-
-
Constructor Detail
-
XMPException
public XMPException()
-
XMPException
public XMPException(java.lang.String message)
Constructs an exception with a message.- Parameters:
message- the message
-
XMPException
public XMPException(java.lang.Throwable cause)
Constructs an exception with aThrowable- Parameters:
cause- the exception source
-
XMPException
public XMPException(java.lang.String message, java.lang.Throwable cause)Constructs an exception with a message, and aThrowable- Parameters:
message- the error message.cause- the exception source
-
-