Interface | Description |
---|---|
ErrorCoded |
Interface that can be implemented by exceptions etc that are error coded.
|
ParameterNameDiscoverer |
Interface to discover parameter names for methods and constructors.
|
Class | Description |
---|---|
GenericCollectionTypeResolver |
Helper class for determining element types of collections and maps.
|
GenericTypeResolver |
Helper class for resolving generic types against type variables.
|
MethodParameter |
Helper class that encapsulates the specification of a method parameter, i.e.
|
NestedExceptionUtils |
Helper class for implementing exception classes which are capable of
holding nested exceptions.
|
ParameterizedTypeReference<T> |
The purpose of this class is to enable capturing and passing a generic
Type . |
Exception | Description |
---|---|
NestedCheckedException |
Handy class for wrapping checked
Exceptions with a root cause. |
NestedIOException |
Subclass of
IOException that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does. |
NestedRuntimeException |
Handy class for wrapping runtime
Exceptions with a root cause. |