Groovy Documentation

org.gradle.api.resources
[Java] Class MissingResourceException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.resources.ResourceException
                      org.gradle.api.resources.MissingResourceException

public class MissingResourceException
extends ResourceException

Exception thrown when the resource does not exist


Constructor Summary
MissingResourceException(String message)

 
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

MissingResourceException

public MissingResourceException(String message)


 

Gradle API 1.8