Package dev.cel.common.exceptions
Class CelIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelIndexOutOfBoundsException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelIndexOutOfBoundsException extends CelRuntimeException
Indicates that a list index access was attempted using an index that is out of bounds.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelIndexOutOfBoundsException(java.lang.Object index)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-