Groovy Documentation

org.gradle.api
Class UnknownDomainObjectException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.UnknownDomainObjectException

class UnknownDomainObjectException
extends GradleException

A UnknownDomainObjectException is the super class of all exceptions thrown when a given domain object cannot be located.


Constructor Summary
UnknownDomainObjectException(java.lang.String message)

UnknownDomainObjectException(java.lang.String message, java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Exception
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

UnknownDomainObjectException

public UnknownDomainObjectException(java.lang.String message)


UnknownDomainObjectException

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


 

Groovy Documentation