| Exception | Description |
|---|---|
| AccessDeniedException |
A generic exception thrown when access to a certain resource is denied.
|
| ConfigurationException |
Indicate a configuration error
|
| FastRuntimeException |
Runtime exception without fill the stack trace.
|
| InvalidArgException |
Argument(s) is not valid
|
| InvalidRangeException |
Indicate a computation exceeds the implied range
|
| InvalidStateException |
Indicate a certain state of the object is not valid when accepting a message
|
| MappingException | |
| NotAppliedException |
Used by function object to indicate that it doesn’t apply to the parameter specified.
|
| ReadOnlyException | |
| ResourceNotFoundException |
A generic exception thrown when a resource tried to access cannot be found.
|
| ToBeImplemented |
Could be used when programmer think it is not logic to reach somewhere.
|
| UnexpectedClassNotFoundException |
A
RuntimeException version of JDK’s ClassNotFoundException |
| UnexpectedEncodingException |
Wrap java’s
UnsupportedEncodingException into RuntimeException |
| UnexpectedException |
Could be used when programmer think it is not logic to reach somewhere.
|
| UnexpectedInterruptedException |
This is a RuntimeException version of
InterruptedException |
| UnexpectedIOException |
Wrap java’s
IOException into runtime exception |
| UnexpectedMethodInvocationException |
A runtime exception that is raised when exception encountered invoking a method by Java reflection
|
| UnexpectedNewInstanceException |
A runtime exception that is raised when exception encountered creating new instance by Java reflection
|
| UnexpectedNoSuchFieldException |
A
RuntimeException version of JDK’s NoSuchFieldException |
| UnexpectedNoSuchMethodException |
A
RuntimeException version of JDK’s NoSuchMethodException |
| UnexpectedSqlException |
This is a RuntimeException version of
SQLException |
| UnsupportedException |
An operation is unsupported
|
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.