Package dev.cel.common.exceptions
Class CelNumericOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelNumericOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelNumericOverflowException extends CelRuntimeException
Indicates that a numeric overflow occurred due to arithmetic operations or conversions resulting in a value outside the representable range.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelNumericOverflowException(java.lang.String message)CelNumericOverflowException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-