Class InvalidValueForCastFunctionException

All Implemented Interfaces:
Serializable

public class InvalidValueForCastFunctionException extends InvalidArgumentFunctionException
FORG0001: Thrown when a cast operation fails because the supplied value cannot be converted to the target datatype.
See Also:
  • Constructor Details

    • InvalidValueForCastFunctionException

      public InvalidValueForCastFunctionException(String message)
      Constructs a new exception with the provided message and no cause.
      Parameters:
      message - the exception message
    • InvalidValueForCastFunctionException

      public InvalidValueForCastFunctionException(String message, Throwable cause)
      Constructs a new exception with the provided message and cause.
      Parameters:
      message - the exception message
      cause - the original exception cause
    • InvalidValueForCastFunctionException

      public InvalidValueForCastFunctionException(Throwable cause)
      Constructs a new exception with no message and the provided cause.
      Parameters:
      cause - the original exception cause