Class BadFieldValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmpbox.type.BadFieldValueException
All Implemented Interfaces:
Serializable

public class BadFieldValueException extends 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)
Author:
a183132
See Also:
  • Constructor Details

    • BadFieldValueException

      public BadFieldValueException(String message)
      Create an instance of BadFieldValueException
      Parameters:
      message - a description of the encountered problem
    • BadFieldValueException

      public BadFieldValueException(String message, Throwable cause)
      Create an instance of BadFieldValueException
      Parameters:
      message - a description of the encountered problem
      cause - the cause of the exception