Class ScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.scriptinterpreter.ScriptException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ScriptEvaluationException
,ScriptReturnException
public class ScriptException extends java.lang.Exception
Common errors during script running.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ScriptException(java.lang.String message)
ScriptException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception with the specified message and cause.ScriptException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScriptException
public ScriptException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception with the specified message and cause.- Parameters:
message
- The message, may benull
.cause
- The cause, may benull
.
-
ScriptException
ScriptException(java.lang.String message)
-
ScriptException
ScriptException(java.lang.Throwable cause)
-
-