Class BadFieldValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.type.BadFieldValueException
- All Implemented Interfaces:
Serializable
Exception thrown when Value found to set/get property content is not compatible with object specifications (typically
when trying to have a property in a type that is not compatible with specified original type of property concerned)
- Author:
- a183132
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadFieldValueException(String message) Create an instance of BadFieldValueExceptionBadFieldValueException(String message, Throwable cause) Create an instance of BadFieldValueException -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadFieldValueException
Create an instance of BadFieldValueException- Parameters:
message- a description of the encountered problem
-
BadFieldValueException
-