Package com.adobe.xmp.core.serializer
Class SerializeXMPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.core.XMPException
-
- com.adobe.xmp.core.serializer.SerializeXMPException
-
- All Implemented Interfaces:
java.io.Serializable
public class SerializeXMPException extends XMPException
This exception is thrown if the data model contains portions that can't be serialized by a specific serializer or if the options are inconsistent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializeXMPException(java.lang.String errorMsg)
-
-
-
Constructor Detail
-
SerializeXMPException
public SerializeXMPException(java.lang.String errorMsg)
- See Also:
XMPException(String)
-
-