JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Help
SEARCH:
Package one.microstream.exceptions
Interface Summary
Interface
Description
ExceptionCreator
<E extends
Exception
>
Exception Summary
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.
IllegalAccessRuntimeException
IndexBoundsException
Proper version of
IndexOutOfBoundsException
/
ArrayIndexOutOfBoundsException
.
InstantiationRuntimeException
InvalidClassRuntimeException
InvocationTargetRuntimeException
IORuntimeException
MissingFoundationPartException
MultiCauseException
NoSuchFieldRuntimeException
NoSuchMethodRuntimeException
NotAnArrayException
NumberRangeException
ParsingException
ParsingExceptionUnexpectedCharacter
ParsingExceptionUnexpectedCharacterInArray
TypeCastException
ClassCastException
implemented properly.
WrapperRuntimeException
Checked exceptions are a moronic concept that ruin functional programming and seduce to swallow exceptions with a foolish print instead of handling them properly and ignore unchecked exceptions altogether.