public class ErrorContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_HANDLED |
static String |
THROWABLE_ERROR |
Constructor and Description |
---|
ErrorContext() |
Modifier and Type | Method and Description |
---|---|
void |
add(HashMap aCtx) |
void |
add(Object key,
Object value) |
boolean |
containsKey(String key) |
Object |
get(String key) |
Iterator |
getIterator() |
void |
handleSilently(boolean silent) |
void |
remove(String key) |
boolean |
silentHandling() |
public static final String THROWABLE_ERROR
public static final String ERROR_HANDLED
Copyright © 2016. All rights reserved.