Serializable
public class ResourceNotFoundException extends ResourceException
Constructor | Description |
---|---|
ResourceNotFoundException(String path) |
Create exception with
path . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPath
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceNotFoundException(String path)
path
.path
- The path of the resource that cannot be loaded.Copyright © 2017. All rights reserved.