public abstract class ScriptExecutionException extends EngineException
Constructor and Description |
---|
ScriptExecutionException(String s)
Creates a new
ScriptExecutionException instance. |
ScriptExecutionException(String s,
Throwable t)
Creates a new
ScriptExecutionException instance. |
Modifier and Type | Method and Description |
---|---|
String |
getShortMessage()
Some subclasses abuse getMessage() to include stack trace information in
printStackTrace output.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptExecutionException(String s)
ScriptExecutionException
instance.s
- Message.public String getShortMessage()
Copyright © 2000-2014. All Rights Reserved.