public class ScriptErrorException extends Exception
| Constructor and Description |
|---|
ScriptErrorException() |
ScriptErrorException(ErrorInfo errors) |
ScriptErrorException(String msg)
Constructs an
sciptingEngineException with the specified detail message. |
ScriptErrorException(String message,
Throwable throwable) |
ScriptErrorException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptErrorException()
public ScriptErrorException(String msg)
sciptingEngineException with the specified detail message.msg - the detail message.public ScriptErrorException(ErrorInfo errors)
public ScriptErrorException(Throwable throwable)
public ErrorInfo getErrors()
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.