Package groovy.util
Class ScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
groovy.util.ScriptException
- All Implemented Interfaces:
- java.io.Serializable
public class ScriptException
extends java.lang.Exception
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ScriptException()ScriptException(java.lang.String message)ScriptException(java.lang.String message, java.lang.Throwable cause)ScriptException(java.lang.Throwable cause)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
ScriptExceptionpublic ScriptException()
- 
ScriptExceptionpublic ScriptException(java.lang.String message)- Parameters:
- message-
 
- 
ScriptExceptionpublic ScriptException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message-
- cause-
 
- 
ScriptExceptionpublic ScriptException(java.lang.Throwable cause)- Parameters:
- cause-
 
 
-