| Interface | Description |
|---|---|
| ExceptionCreator<E extends Exception> |
| Exception | Description |
|---|---|
| ArrayCapacityException |
This implemention intentionally does NOT extend from
ArrayIndexOutOfBoundsException. |
| BaseException |
Base class for all exceptions that workarounds some design mistakes in JDK exceptions.
|
| BufferRegistryException | |
| IllegalAccessRuntimeException | |
| IndexBoundsException | |
| InstantiationRuntimeException | |
| InvalidClassRuntimeException | |
| InvocationTargetRuntimeException | |
| IORuntimeException | |
| MemoryException | |
| MissingFoundationPartException | |
| MultiCauseException | |
| NoSuchFieldRuntimeException | |
| NoSuchMethodRuntimeException | |
| NotAnArrayException | |
| NumberRangeException | |
| ParsingException | |
| ParsingExceptionUnexpectedCharacter | |
| ParsingExceptionUnexpectedCharacterInArray | |
| TypeCastException | |
| WrapperRuntimeException |
Checked exceptions are a badly designed concept that ruin functional programming and seduce to swallow exceptions
with a foolish print instead of handling them properly and ignore unchecked exceptions altogether.
|
| XCsvException |
| Error | Description |
|---|---|
| UnhandledPlatformError |
Copyright © 2022 MicroStream Software. All rights reserved.