Package com.adobe.xmp.core.parser
Class ParseRDFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.core.XMPException
-
- com.adobe.xmp.core.parser.ParseRDFException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseRDFException extends XMPException
Exception for parsing failures resulting due to non-adherence to RDF syntax.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseRDFException(java.lang.String errorMsg)
Constructor with argument for this exception
-
-
-
Constructor Detail
-
ParseRDFException
public ParseRDFException(java.lang.String errorMsg)
Constructor with argument for this exception- See Also:
XMPException(String)
-
-