Class ScriptExecutor.ScriptExecutionException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ScriptExecutor

    public class ScriptExecutor.ScriptExecutionException
    extends java.lang.Exception
    Meant to provide diagnostic information in case a script fails.
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • ScriptExecutionException

        public ScriptExecutionException​(bsh.EvalError e)
      • ScriptExecutionException

        public ScriptExecutionException​(java.lang.String e)