net.grinder.scriptengine
Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.engine.common.EngineException
net.grinder.scriptengine.ScriptExecutionException
- All Implemented Interfaces:
- Serializable
public abstract class ScriptExecutionException
- extends EngineException
Indicates a script execution problem.
- Author:
- Philip Aston
- See Also:
- Serialized Form
|
Method Summary |
String |
getShortMessage()
Some subclasses abuse getMessage() to include stack trace information in
printStackTrace output. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptExecutionException
public ScriptExecutionException(String s)
- Creates a new
ScriptExecutionException instance.
- Parameters:
s - Message.
ScriptExecutionException
public ScriptExecutionException(String s,
Throwable t)
- Creates a new
ScriptExecutionException instance.
- Parameters:
s - Message.t - Nested Throwable.
getShortMessage
public String getShortMessage()
- Some subclasses abuse getMessage() to include stack trace information in
printStackTrace output.
- Returns:
- A short message, without a stack trace.
Copyright © 2000-2013. All Rights Reserved.