Class ScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.scriptinterpreter.ScriptException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ScriptEvaluationException, ScriptReturnException

public class ScriptException extends Exception
Common errors during script running.
Since:
1.3
See Also:
  • Field Details

  • Constructor Details

    • ScriptException

      public ScriptException(String message, Throwable cause)
      Creates a new exception with the specified message and cause.
      Parameters:
      message - The message, may be null.
      cause - The cause, may be null.
    • ScriptException

      ScriptException(String message)
    • ScriptException

      ScriptException(Throwable cause)