Uses of Class
bcds.tools.AnyException

Packages that use AnyException
bcds.tools   
 

Uses of AnyException in bcds.tools
 

Methods in bcds.tools that return AnyException
static
<E extends java.lang.Throwable>
AnyException
AnyException.make(java.lang.Class<E> class_ref, java.lang.String format, java.lang.Object... args)
          Returns a new AnyException instance with a dynamically created cause of class E.