Class ScriptEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.samply.reporter.script.ScriptEngineException
All Implemented Interfaces:
Serializable

public class ScriptEngineException extends Exception
See Also:
  • Constructor Details

    • ScriptEngineException

      public ScriptEngineException(String message)
    • ScriptEngineException

      public ScriptEngineException(String message, Throwable cause)
    • ScriptEngineException

      public ScriptEngineException(Throwable cause)
    • ScriptEngineException

      public ScriptEngineException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)