Uses of Interface
com.googlecode.catchexception.throwable.internal.ProxyFactory

Packages that use ProxyFactory
com.googlecode.catchexception.throwable.internal This private package provides everything that is needed to implement com.googlecode.catchthrowable.CatchThrowable (the primary API). 
 

Uses of ProxyFactory in com.googlecode.catchexception.throwable.internal
 

Classes in com.googlecode.catchexception.throwable.internal that implement ProxyFactory
 class InterfaceOnlyProxyFactory
          This ProxyFactory create proxies that implements all interfaces of the underlying object including the marker interface InterfaceOnlyProxy.
 class SubclassProxyFactory
          This ProxyFactory uses Mockito's jmock package to create proxies that subclass from the target's class.
 

Fields in com.googlecode.catchexception.throwable.internal declared as ProxyFactory
private  ProxyFactory SubclassProxyFactory.fallbackProxyFactory
          That proxy factory is used if this factory cannot be used.
 



Copyright © 2015. All rights reserved.