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
public class XMPException extends Exception
Exception class for all exceptions in XMPCore2.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMPException()XMPException(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 Detail
-
XMPException
public XMPException()
-
XMPException
public XMPException(String message)
Constructs an exception with a message.- Parameters:
message- the message
-
XMPException
public XMPException(Throwable cause)
Constructs an exception with aThrowable- Parameters:
cause- the exception source
-
-