Package org.apache.xmpbox.type
Class BadFieldValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xmpbox.type.BadFieldValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadFieldValueException extends java.lang.Exception
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)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BadFieldValueException(java.lang.String message)
Create an instance of BadFieldValueExceptionBadFieldValueException(java.lang.String message, java.lang.Throwable cause)
Create an instance of BadFieldValueException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BadFieldValueException
public BadFieldValueException(java.lang.String message)
Create an instance of BadFieldValueException- Parameters:
message
- a description of the encountered problem
-
BadFieldValueException
public BadFieldValueException(java.lang.String message, java.lang.Throwable cause)
Create an instance of BadFieldValueException- Parameters:
message
- a description of the encountered problemcause
- the cause of the exception
-
-