Spring for Android

Package org.springframework.core

Interface Summary
ErrorCoded Interface that can be implemented by exceptions etc that are error coded.
ParameterNameDiscoverer Interface to discover parameter names for methods and constructors.
 

Class Summary
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.
 

Exception Summary
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.
 


Spring for Android