org.gradle.api.plugins
Class PluginInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.api.InvalidUserDataException
                      extended by org.gradle.api.plugins.PluginInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class PluginInstantiationException
extends InvalidUserDataException

See Also:
Serialized Form

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.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginInstantiationException

public PluginInstantiationException()

PluginInstantiationException

public PluginInstantiationException(java.lang.String message)

PluginInstantiationException

public PluginInstantiationException(java.lang.String message,
                                    java.lang.Throwable cause)

PluginInstantiationException

public PluginInstantiationException(java.lang.Throwable cause)