| Class | Description |
|---|---|
| CodeException.TweakingCodeException |
tweaking stacktrace by code and thread
|
| ThrowableUtil |
| Exception | Description |
|---|---|
| BadArgsException |
Used for pre-check of arguments
|
| BadStateException |
Used for post-check of state
|
| CodeException |
Readability and performance first exception.
|
| DebugException |
only for debug or testing code
|
| HttpStatusException |
stackless exceptions with HttpStatus
|
| IllegalRequestException |
Illegal Request
|
| IllegalResponseException |
Unable to respond properly due to state.
|
| IORuntimeException |
the runtime IOException
|
| MessageException |
Stackless exceptions used only to output business messages.
|
| NoStackRuntimeException |
Stackless RuntimeException.
|
| TimeoutRuntimeException |
the runtime TimeoutException
|
| WaitingTimeoutException |
stackless WaitingTimeoutException
|
Copyright © 2024. All rights reserved.