Class WrappedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrappedException
    extends EvaluatorException
    A wrapper for runtime exceptions. Used by the JavaScript runtime to wrap and propagate exceptions that occur during runtime.
    See Also:
    Serialized Form
    • Method Detail

      • getWrappedException

        public java.lang.Throwable getWrappedException()
        Get the wrapped exception.
        Returns:
        the exception that was presented as a argument to the constructor when this object was created