Groovy Documentation

org.gradle.api.plugins
[Java] Class PluginInstantiationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.plugins.PluginInstantiationException

public class PluginInstantiationException
extends GradleException

A PluginInstantiationException is thrown when a plugin cannot be instantiated.


Constructor Summary
PluginInstantiationException(String message)

PluginInstantiationException(String message, Throwable cause)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

PluginInstantiationException

public PluginInstantiationException(String message)


PluginInstantiationException

public PluginInstantiationException(String message, Throwable cause)


 

Gradle API 1.8