| Package | Description |
|---|---|
| com.crabshue.commons.exceptions |
Common exceptions used in the project commons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationException
Exception used to raise application errors.
|
class |
SystemException
Exception used to raise system failures.
|
class |
ValidationException
Exception used to raise validation errors.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractException |
AbstractException.addContextValue(ErrorContext label,
Object value)
Add a context entry to an exception as an
ErrorContext and an object. |
AbstractException |
AbstractException.addContextValue(String label,
Object value)
Add a context entry to an exception as a label and an object.
|
Copyright © 2021 Crabs Hue. All rights reserved.