Groovy Documentation

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

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

public class ResourceException
extends GradleException

Generic resource exception that all other resource-related exceptions inherit from.


Constructor Summary
ResourceException()

ResourceException(java.lang.String message)

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

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#wait(), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll()
 

Constructor Detail

ResourceException

public ResourceException()


ResourceException

public ResourceException(java.lang.String message)


ResourceException

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


 

Groovy Documentation