public abstract class ResourceException extends DataException
Modifier and Type | Field and Description |
---|---|
protected Map |
values |
code, formatString, messageKey
Constructor and Description |
---|
ResourceException(Resource resource,
String messageFormat,
String messageKey,
long code) |
ResourceException(Resource resource,
String messageFormat,
Throwable cause,
String messageKey,
long code) |
ResourceException(String messageFormat,
String messageKey,
long code) |
ResourceException(String messageFormat,
Throwable cause,
String messageKey,
long code) |
Modifier and Type | Method and Description |
---|---|
Resource |
getResource() |
protected void |
setValue(String name,
String value) |
protected Map |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Map values
public ResourceException(String messageFormat, Throwable cause, String messageKey, long code)
public ResourceException(Resource resource, String messageFormat, Throwable cause, String messageKey, long code)
public Resource getResource()
protected void setValue(String name, String value)
setValue
in class DataException
protected Map values()
values
in class DataException