- CatchException - Class in com.googlecode.catchexception
-
The methods of this class catch and verify exceptions in a single line of
code and make them available for further analysis.
- CatchException() - Constructor for class com.googlecode.catchexception.CatchException
-
- catchException(T) - Static method in class com.googlecode.catchexception.CatchException
-
Use it to catch an exception and to get access to the thrown exception
(for further verifications).
- catchException(T, Class<E>) - Static method in class com.googlecode.catchexception.CatchException
-
Use it to catch an exception of a specific type and to get access to the
thrown exception (for further verifications).
- CatchExceptionAssertJ - Class in com.googlecode.catchexception.apis
-
Deprecated.
As of release 1.3.0, replaced by com.googlecode.catchexception.apis.BDDCatchException()
- CatchExceptionAssertJ() - Constructor for class com.googlecode.catchexception.apis.CatchExceptionAssertJ
-
Deprecated.
- CatchExceptionBdd - Class in com.googlecode.catchexception.apis
-
Deprecated.
As of release 1.3.0, replaced by com.googlecode.catchexception.apis.BDDCatchException()
- CatchExceptionBdd() - Constructor for class com.googlecode.catchexception.apis.CatchExceptionBdd
-
Deprecated.
- CatchExceptionHamcrestMatchers - Class in com.googlecode.catchexception.apis
-
Provides some Hamcrest
matchers
to match some
exception
properties.
- CatchExceptionHamcrestMatchers() - Constructor for class com.googlecode.catchexception.apis.CatchExceptionHamcrestMatchers
-
- CatchThrowable - Class in com.googlecode.catchexception.throwable
-
- CatchThrowable() - Constructor for class com.googlecode.catchexception.throwable.CatchThrowable
-
- catchThrowable(T) - Static method in class com.googlecode.catchexception.throwable.CatchThrowable
-
Use it to catch an throwable and to get access to the thrown throwable (for further verifications).
- catchThrowable(T, Class<E>) - Static method in class com.googlecode.catchexception.throwable.CatchThrowable
-
Use it to catch an throwable of a specific type and to get access to the thrown throwable (for further
verifications).
- CatchThrowableAssertJ - Class in com.googlecode.catchexception.throwable.apis
-
Deprecated.
As of release 1.3.0, replaced by com.googlecode.catchexception.throwable.apis.BDDCatchThrowable()
- CatchThrowableAssertJ() - Constructor for class com.googlecode.catchexception.throwable.apis.CatchThrowableAssertJ
-
Deprecated.
- CatchThrowableBdd - Class in com.googlecode.catchexception.throwable.apis
-
Deprecated.
As of release 1.3.0, replaced by com.googlecode.catchexception.throwable.apis.BDDCatchThrowable()
- CatchThrowableBdd() - Constructor for class com.googlecode.catchexception.throwable.apis.CatchThrowableBdd
-
Deprecated.
- CatchThrowableHamcrestMatchers - Class in com.googlecode.catchexception.throwable.apis
-
Provides some Hamcrest
matchers
to match some
throwable
properties.
- CatchThrowableHamcrestMatchers() - Constructor for class com.googlecode.catchexception.throwable.apis.CatchThrowableHamcrestMatchers
-
- caughtException() - Static method in class com.googlecode.catchexception.CatchException
-
Returns the exception caught during the last call on the proxied object
in the current thread.
- caughtException - Static variable in class com.googlecode.catchexception.internal.ExceptionHolder
-
The container for the most recently caught exception.
- caughtThrowable() - Static method in class com.googlecode.catchexception.throwable.CatchThrowable
-
Returns the throwable caught during the last call on the proxied object in the current thread.
- caughtThrowable - Static variable in class com.googlecode.catchexception.throwable.internal.ThrowableHolder
-
The container for the most recently caught throwable.
- cglibHacker - Variable in class com.googlecode.catchexception.internal.ExceptionProcessingInterceptor
-
We use this object to change the naming policy that is used by
MethodProxy.helper(org.mockito.cglib.proxy.MethodProxy.CreateInfo, java.lang.Class)
.
- cglibHacker - Variable in class com.googlecode.catchexception.throwable.internal.ThrowableProcessingInterceptor
-
We use this object to change the naming policy that is used by MethodProxy.helper(org.mockito.cglib.proxy.MethodProxy.CreateInfo, java.lang.Class)
.
- clazz - Variable in class com.googlecode.catchexception.internal.AbstractExceptionProcessingInvocationHandler
-
- clazz - Variable in class com.googlecode.catchexception.throwable.internal.AbstractThrowableProcessingInvocationHandler
-
- com.googlecode.catchexception - package com.googlecode.catchexception
-
This public package contains the primary API to catch and verify exceptions.
- com.googlecode.catchexception.apis - package com.googlecode.catchexception.apis
-
This public package contains alternative APIs to catch and verify exceptions.
- com.googlecode.catchexception.apis.internal.hamcrest - package com.googlecode.catchexception.apis.internal.hamcrest
-
- com.googlecode.catchexception.internal - package com.googlecode.catchexception.internal
-
This private package provides everything that is needed to
implement
CatchException
(the primary API).
- com.googlecode.catchexception.throwable - package com.googlecode.catchexception.throwable
-
This public package contains the primary API to catch and verify throwables.
- com.googlecode.catchexception.throwable.apis - package com.googlecode.catchexception.throwable.apis
-
This public package contains alternative APIs to catch and verify throwables.
- com.googlecode.catchexception.throwable.apis.internal.hamcrest - package com.googlecode.catchexception.throwable.apis.internal.hamcrest
-
This private package provides matchers for com.googlecode.catchthrowable.apis.CatchThrowableHamcrestMatchers
.
- com.googlecode.catchexception.throwable.internal - package com.googlecode.catchexception.throwable.internal
-
This private package provides everything that is needed to
implement com.googlecode.catchthrowable.CatchThrowable
(the primary API).
- CompatibilityAssertions - Class in org.assertj.core.api
-
- CompatibilityAssertions() - Constructor for class org.assertj.core.api.CompatibilityAssertions
-
- createProxy(Class<?>, MethodInterceptor) - Method in class com.googlecode.catchexception.internal.InterfaceOnlyProxyFactory
-
- createProxy(Class<?>, MethodInterceptor) - Method in interface com.googlecode.catchexception.internal.ProxyFactory
-
Create a proxy.
- createProxy(Class<?>, MethodInterceptor) - Method in class com.googlecode.catchexception.internal.SubclassProxyFactory
-
- createProxy(Class<?>, MethodInterceptor) - Method in class com.googlecode.catchexception.throwable.internal.InterfaceOnlyProxyFactory
-
- createProxy(Class<?>, MethodInterceptor) - Method in interface com.googlecode.catchexception.throwable.internal.ProxyFactory
-
Create a proxy.
- createProxy(Class<?>, MethodInterceptor) - Method in class com.googlecode.catchexception.throwable.internal.SubclassProxyFactory
-