Package com.adobe.xmp.path
Class XMPPathParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.path.XMPPathParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMPPathParserException extends java.lang.Exception
Denotes an error in the parsing process of an XMP path String- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMPPathParserException()
XMPPathParserException(java.lang.String message)
XMPPathParserException(java.lang.String message, java.lang.Throwable cause)
XMPPathParserException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
XMPPathParserException
public XMPPathParserException()
-
XMPPathParserException
public XMPPathParserException(java.lang.String message)
-
XMPPathParserException
public XMPPathParserException(java.lang.Throwable cause)
-
XMPPathParserException
public XMPPathParserException(java.lang.String message, java.lang.Throwable cause)
-
-