public abstract class ResourceException extends AbstractCheckedException
Constructor and Description |
---|
ResourceException(String path,
String message)
Constructs a
ResourceException with the specified message. |
ResourceException(String path,
String message,
Throwable cause)
Constructs a
ResourceException with the specified message and root cause. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the String of the resource in question.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceException(String path, String message)
ResourceException
with the specified message.path
- of the resource in questionmessage
- the detailed messagepublic String getPath()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA