Package org.gradle.api.plugins
Class PluginInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.plugins.PluginInstantiationException
- All Implemented Interfaces:
- Serializable
A 
PluginInstantiationException is thrown when a plugin cannot be instantiated.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPluginInstantiationException(String message) PluginInstantiationException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginInstantiationException
- 
PluginInstantiationException
 
-