Class JexlArithmetic.CoercionException

All Implemented Interfaces:
Serializable
Enclosing class:
JexlArithmetic

Marker class for coercion operand exceptions.
See Also:
  • Constructor Details

    • CoercionException

      Constructs a new instance.
      Parameters:
      msg - the detail message.
    • CoercionException

      public CoercionException(String msg, Throwable cause)
      Constructs a new instance.
      Parameters:
      msg - the detail message.
      cause - The cause of this Throwable.
      Since:
      3.5.0