public class ResourceException extends GradleException
| Constructor and Description | 
|---|
| ResourceException() | 
| ResourceException(String message) | 
| ResourceException(String message,
                 Throwable cause) | 
| ResourceException(URI location,
                 String message) | 
| ResourceException(URI location,
                 String message,
                 Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| URI | getLocation()Returns the location of the resource, if known. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceException()
public ResourceException(String message)