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