[Java] Class ScriptException

  • groovy.util.ScriptException

Constructor Summary

Constructors
Constructor and description
ScriptException ()
ScriptException (String message)
@param message
ScriptException (String message, Throwable cause)
@param message
ScriptException (Throwable cause)
@param cause

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Exception printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, 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

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/util/ScriptException.html