public class ScriptingEngineException extends Exception
| Constructor and Description |
|---|
ScriptingEngineException()
Creates new
sciptingEngineException without detail message. |
ScriptingEngineException(String msg)
Constructs an
sciptingEngineException with the specified detail message. |
ScriptingEngineException(String message,
Throwable throwable) |
ScriptingEngineException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptingEngineException()
sciptingEngineException without detail message.public ScriptingEngineException(String msg)
sciptingEngineException with the specified detail message.msg - the detail message.public ScriptingEngineException(Throwable throwable)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.