public interface IErrorException
ErrorException
and
ErrorRuntimeException
.Modifier and Type | Method and Description |
---|---|
ErrorContext |
findContext(String id) |
String |
getBareMessage()
Returns the message in the bare form (without the error code part).
|
List<ErrorContext> |
getContexts()
Returns contexts in which exception occurs.
|
String |
getErrorCode()
Returns the error code.
|
String getErrorCode()
String getBareMessage()
List<ErrorContext> getContexts()
ErrorContext findContext(String id)
id
- null
if not foundCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.