CatchException
(the primary API).See: Description
| Interface | Description |
|---|---|
| InterfaceOnlyProxy |
Marks a proxy as generated by
InterfaceOnlyProxyFactory. |
| ProxyFactory |
Creates proxies.
|
| SubclassProxy |
Marks a proxy as generated by
SubclassProxyFactory. |
| Class | Description |
|---|---|
| AbstractExceptionProcessingInvocationHandler<E extends Exception> |
This abstract method invocation interceptor
delegates all method calls to the 'underlying object',
catches exceptions of a given type, and
(optionally) asserts that an exception of a specific type is thrown.
|
| DelegatingInterceptor |
This interceptor delegates the method call to the target object.
|
| ExceptionHolder |
Holds a caught exception
per Thread. |
| ExceptionProcessingInterceptor<E extends Exception> |
This
AbstractExceptionProcessingInvocationHandler implements
MethodInterceptor for Mockito's cglib variant. |
| InterfaceOnlyProxyFactory |
This
ProxyFactory create proxies that implements all interfaces of
the underlying object including the marker interface
InterfaceOnlyProxy. |
| SubclassProxyFactory |
This
ProxyFactory uses Mockito's jmock package to create proxies that
subclass from the target's class. |
CatchException
(the primary API). The types of this package might change between micro-releases.Copyright © 2014. All rights reserved.