Class 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:
  • Constructor Details

    • 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 a Throwable
      Parameters:
      cause - the exception source
    • XMPException

      public XMPException(String message, Throwable cause)
      Constructs an exception with a message, and a Throwable
      Parameters:
      message - the error message.
      cause - the exception source