org.gradle.api.artifacts
Class UnknownConfigurationException

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.UnknownDomainObjectException
                      extended by org.gradle.api.artifacts.UnknownConfigurationException
All Implemented Interfaces:
Serializable

public class UnknownConfigurationException
extends UnknownDomainObjectException

An UnknownConfigurationException is thrown when a configuration referenced by name cannot be found.

See Also:
Serialized Form

Constructor Summary
UnknownConfigurationException(String message)
           
 
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

UnknownConfigurationException

public UnknownConfigurationException(String message)