public class ResourceFileNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ResourceFileNotFoundException(String absoluteResourcePath) |
ResourceFileNotFoundException(String absoluteResourcePath,
String message) |
ResourceFileNotFoundException(String absoluteResourcePath,
String message,
Throwable cause) |
ResourceFileNotFoundException(String absoluteResourcePath,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteResourcePath()
Gets the absolute path to the resource, which couldn't be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceFileNotFoundException(String absoluteResourcePath)
public ResourceFileNotFoundException(String absoluteResourcePath, String message)
public ResourceFileNotFoundException(String absoluteResourcePath, Throwable cause)
public String getAbsoluteResourcePath()
Copyright © 2002–2019 SoftSmithy. All rights reserved.