Package dev.cel.common.exceptions
Class CelInvalidArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelInvalidArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelInvalidArgumentException extends CelRuntimeException
Indicates that an invalid argument was supplied to a function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelInvalidArgumentException(java.lang.String message)CelInvalidArgumentException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-