@PublicAPI public class InvalidScriptException extends Exception
Constructor and Description |
---|
InvalidScriptException()
Constructor.
|
InvalidScriptException(String message)
Constructor
|
InvalidScriptException(String message,
Throwable cause)
Constructor
|
InvalidScriptException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidScriptException()
public InvalidScriptException(String message, Throwable cause)
message
- exception messagecause
- wrapped exception.public InvalidScriptException(String message)
message
- exception message.public InvalidScriptException(Throwable cause)
cause
- wrapped execption.