Class InterpreterException

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class InterpreterException
    extends java.lang.Exception
    An exception produced during interpretation of expressions.

    TODO: Remove in favor of creating exception types that corresponds to the error code.

    CEL Library Internals. Do Not Use.

    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  InterpreterException.Builder
      Builder for InterpreterException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CelErrorCode getErrorCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait