Package | Description |
---|---|
com.whitestein.lsps.common |
Modifier and Type | Method and Description |
---|---|
ErrorContext |
IErrorException.findContext(String id) |
ErrorContext |
ErrorRuntimeException.findContext(String id) |
ErrorContext |
ErrorException.findContext(String id) |
Modifier and Type | Method and Description |
---|---|
List<ErrorContext> |
IErrorException.getContexts()
Returns contexts in which exception occurs.
|
List<ErrorContext> |
ErrorRuntimeException.getContexts() |
List<ErrorContext> |
ErrorException.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorRuntimeException.addContexts(List<ErrorContext> contexts)
Adds all contexts.
|
void |
ErrorException.addContexts(List<ErrorContext> contexts)
Adds all contexts.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.