Class XMPPathParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.path.XMPPathParserException
All Implemented Interfaces:
Serializable

public class XMPPathParserException extends Exception
Denotes an error in the parsing process of an XMP path String
See Also:
  • Constructor Details

    • XMPPathParserException

      public XMPPathParserException()
    • XMPPathParserException

      public XMPPathParserException(String message)
    • XMPPathParserException

      public XMPPathParserException(Throwable cause)
    • XMPPathParserException

      public XMPPathParserException(String message, Throwable cause)