Package com.adobe.xmp.core.serializer
Class SerializeOptionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.core.XMPException
-
- com.adobe.xmp.core.serializer.SerializeOptionsException
-
- All Implemented Interfaces:
java.io.Serializable
public class SerializeOptionsException extends XMPException
Exception for inconsistent serialize options- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializeOptionsException(java.lang.String errorMsg)
Constructor with error message as argument for this exception
-
-
-
Constructor Detail
-
SerializeOptionsException
public SerializeOptionsException(java.lang.String errorMsg)
Constructor with error message as argument for this exception- See Also:
XMPException(String)
-
-