public class AppException extends RuntimeException
| Constructor and Description |
|---|
AppException() |
AppException(String message,
Object... args) |
AppException(Throwable cause) |
AppException(Throwable cause,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name) |
String |
getMessage() |
Map<String,Object> |
getProperties() |
String |
getSimpleMessage() |
AppException |
set(String name,
Object value) |
static AppException |
unchecked(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppException()
public AppException(Throwable cause)
public static AppException unchecked(Throwable e)
public AppException set(String name, Object value)
public String getSimpleMessage()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 jetbrick. All rights reserved.