| Package | Description |
|---|---|
| org.osgl.exception | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationException
Indicate a configuration error
|
class |
InvalidRangeException
Indicate a computation exceeds the implied range
|
class |
InvalidStateException
Indicate a certain state of the object is not valid when accepting a message
|
class |
UnexpectedClassNotFoundException
A `RuntimeException` version of JDK's
ClassNotFoundException |
class |
UnexpectedEncodingException
Wrap java's
UnsupportedEncodingException into RuntimeException |
class |
UnexpectedIOException
Wrap java's
IOException into runtime exception |
class |
UnexpectedMethodInvocationException
A runtime exception that is raised when exception encountered
invoking a method by Java reflection
|
class |
UnexpectedNewInstanceException
A runtime exception that is raised when exception encountered creating
new instance by Java reflection
|
class |
UnexpectedNoSuchFieldException
A `RuntimeException` version of JDK's
NoSuchFieldException |
class |
UnexpectedNoSuchMethodException
A `RuntimeException` version of JDK's
NoSuchMethodException |
class |
UnsupportedException
An operation is unsupported
|
| Modifier and Type | Method and Description |
|---|---|
static UnexpectedException |
E.unexpected(String msg,
Object... args) |
static UnexpectedException |
E.unexpected(Throwable cause) |
static UnexpectedException |
E.unexpected(Throwable cause,
String msg,
Object... args) |
Copyright © 2017. All Rights Reserved.