public class ResourceNotFoundException extends RuntimeException
Resource defined by a property is not found.| Constructor and Description |
|---|
ResourceNotFoundException(String propertyName,
Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Return the name of the property that defines the resource.
|
Resource |
getResource()
Return the
Resource. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 Pivotal Software, Inc.. All rights reserved.