Package com.adobe.xmp.core
Class XMPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.core.XMPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseRDFException,ParseXMLException,ParseXMPException,SerializeOptionsException,SerializeXMPException
Exception class for all exceptions in XMPCore2.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMPException(String message) Constructs an exception with a message.XMPException(String message, Throwable cause) Constructs an exception with a message, and aThrowableXMPException(Throwable cause) Constructs an exception with aThrowable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMPException
public XMPException() -
XMPException
Constructs an exception with a message.- Parameters:
message- the message
-
XMPException
Constructs an exception with aThrowable- Parameters:
cause- the exception source
-
XMPException
Constructs an exception with a message, and aThrowable- Parameters:
message- the error message.cause- the exception source
-