|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.InvalidUserDataException
org.gradle.api.plugins.PluginInstantiationException
class PluginInstantiationException extends InvalidUserDataException
| Constructor Summary | |
PluginInstantiationException()
|
|
PluginInstantiationException(java.lang.String message)
|
|
PluginInstantiationException(java.lang.String message, java.lang.Throwable cause)
|
|
PluginInstantiationException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.RuntimeException | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Exception | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Throwable | |
|---|---|
| toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
public PluginInstantiationException()
public PluginInstantiationException(java.lang.String message)
public PluginInstantiationException(java.lang.String message, java.lang.Throwable cause)
public PluginInstantiationException(java.lang.Throwable cause)
Groovy Documentation