public class ResourceException extends GradleException
Constructor and Description |
---|
ResourceException() |
ResourceException(java.lang.String message) |
ResourceException(java.lang.String message,
java.lang.Throwable cause) |
ResourceException(java.net.URI location,
java.lang.String message) |
ResourceException(java.net.URI location,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getLocation()
Returns the location of the resource, if known.
|
public ResourceException()
public ResourceException(java.lang.String message)
public ResourceException(java.lang.String message, java.lang.Throwable cause)
public ResourceException(java.net.URI location, java.lang.String message)
public ResourceException(java.net.URI location, java.lang.String message, java.lang.Throwable cause)
@Nullable public java.net.URI getLocation()