Uses of Interface
org.jdiagnose.exception.Nestable

Packages that use Nestable
org.jdiagnose   
org.jdiagnose.config   
org.jdiagnose.exception   
org.jdiagnose.remote   
 

Uses of Nestable in org.jdiagnose
 

Classes in org.jdiagnose that implement Nestable
 class DiagnosticAssertionException
          Used by DiagnosticUnit's assert* methods to indicate that an Assertion has failed.
 class DiagnosticException
          A Diagnostic exception.
 class StoredException
          Useful for creating exceptions out of DiagnosticMessages
 

Uses of Nestable in org.jdiagnose.config
 

Classes in org.jdiagnose.config that implement Nestable
 class ConfigChangeException
           
 class ConfigException
           
 

Uses of Nestable in org.jdiagnose.exception
 

Classes in org.jdiagnose.exception that implement Nestable
 class NestableException
          The base class of all exceptions which can contain other exceptions.
 class NestableRuntimeException
          The base class of all exceptions which can contain other exceptions.
 

Constructors in org.jdiagnose.exception with parameters of type Nestable
NestableDelegate(Nestable nestable)
          Constructs a new NestableDelegate instance to manage the specified Nestable.
 

Uses of Nestable in org.jdiagnose.remote
 

Classes in org.jdiagnose.remote that implement Nestable
 class RemoteResultException
           
 



Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.