Package dev.cel.common.exceptions
Class CelIterationLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelIterationLimitExceededException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelIterationLimitExceededException extends CelRuntimeException
Indicates that the iteration budget for a comprehension has been exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelIterationLimitExceededException(int budget)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-