Class 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 BadFieldValueException
      BadFieldValueException​(java.lang.String message, java.lang.Throwable cause)
      Create an instance of BadFieldValueException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 problem
        cause - the cause of the exception