[Java] Class ScriptException
- groovy.util.ScriptException
public class ScriptException
extends Exception
Constructor Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ScriptException()
public ScriptException(String message)
-
Parameters:
-
message
public ScriptException(String message, Throwable cause)
-
Parameters:
-
message
-
cause
public ScriptException(Throwable cause)
-
Parameters:
-
cause