Package one.microstream.exceptions
Class WrapperRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.WrapperRuntimeException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 IllegalAccessRuntimeException,InstantiationRuntimeException,InvalidClassRuntimeException,InvocationTargetRuntimeException,IORuntimeException,NoSuchFieldRuntimeException,NoSuchMethodRuntimeException
public class WrapperRuntimeException extends RuntimeException
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.
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description WrapperRuntimeException(Exception actual) - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString