| Exception | Description |
|---|---|
| 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
|
| NotAppliedException |
Used by function object to indicate that it doesn't apply to the parameter
specified.
|
| 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.
|
| 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 |
| UnsupportedException |
An operation is unsupported
|
Copyright © 2017. All Rights Reserved.