public abstract class MadzException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundle |
protected String |
errorCode |
| Constructor and Description |
|---|
MadzException(Class<?> cls,
String bundle,
String errorCode) |
MadzException(Class<?> cls,
String bundle,
String errorCode,
Object... messageVars) |
MadzException(Class<?> cls,
String bundle,
String errorCode,
Object[] messageVars,
Throwable cause) |
MadzException(Class<?> cls,
String bundle,
String errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundle() |
abstract String |
getCategory() |
String |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All Rights Reserved.