Package dev.cel.common.exceptions
Class CelOverloadNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelOverloadNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelOverloadNotFoundException extends CelRuntimeException
Indicates that a matching overload could not be found during function dispatch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelOverloadNotFoundException(java.lang.String functionName)CelOverloadNotFoundException(java.lang.String functionName, java.util.Collection<java.lang.String> overloadIds)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-