org.gradle.api.publish
Class UnknownPublicationException

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.publish.UnknownPublicationException
All Implemented Interfaces:
Serializable

@Incubating
public class UnknownPublicationException
extends UnknownDomainObjectException

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

Since:
1.3
See Also:
Serialized Form

Constructor Summary
UnknownPublicationException(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

UnknownPublicationException

public UnknownPublicationException(String message)