Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.commons.lang.exception.Nestable

Uses of Nestable in org.apache.commons.lang.exception
 

Classes in org.apache.commons.lang.exception that implement Nestable
(package private)  class NestableDelegateTester1
          Nestable and Throwable class which can be passed to the NestableDelegate constructor.
(package private)  class NestableDelegateTester2
          Nestable and Throwable class which can be passed to the NestableDelegate constructor.
 class NestableError
          The base class of all errors which can contain other exceptions.
(package private)  class NestableErrorTester1
          First nestable tester implementation for use in test cases.
(package private)  class NestableErrorTester2
          Second nestable tester implementation for use in test cases.
 class NestableException
          The base class of all exceptions which can contain other exceptions.
(package private)  class NestableExceptionTester1
          First nestable tester implementation for use in test cases.
(package private)  class NestableExceptionTester2
          Second nestable tester implementation for use in test cases.
 class NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
(package private)  class NestableRuntimeExceptionTester1
          First nestable tester implementation for use in test cases.
(package private)  class NestableRuntimeExceptionTester2
          Second nestable tester implementation.
(package private)  class NonThrowableNestable
          Used to test that the constructor fails when passed a non-throwable cause
(package private)  class ThrowableNestable
          Used to test that the constructor passes when passed a throwable cause And, the NestableDelegate.getMessage() returns the message from underlying nestable (which also has to be a Throwable).
(package private)  class ThrowableNestedNestable
          Nestable and Throwable class which takes in a 'cause' object.
 

Methods in org.apache.commons.lang.exception that return Nestable
abstract  Nestable AbstractNestableTestCase.getNestable()
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(Nestable n)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(java.lang.String msg)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(java.lang.String msg, Nestable n)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(java.lang.String msg, java.lang.Throwable t)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(java.lang.Throwable t)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getTester1(Nestable n)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester1(java.lang.Throwable t)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester1(java.lang.String msg, Nestable n)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester1(java.lang.String msg, java.lang.Throwable t)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester2(java.lang.String msg, Nestable n)
          Returns an instance of a second tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester2(java.lang.String msg, java.lang.Throwable t)
          Returns an instance of a second tester Nestable implementation.
 Nestable NestableRuntimeExceptionTestCase.getNestable()
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(java.lang.String msg)
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(java.lang.Throwable t)
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(java.lang.Throwable t)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester2(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableRuntimeExceptionTestCase.getTester2(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getNestable()
           
 Nestable NestableExceptionTestCase.getNestable(Nestable n)
           
 Nestable NestableExceptionTestCase.getNestable(java.lang.String msg)
           
 Nestable NestableExceptionTestCase.getNestable(java.lang.Throwable t)
           
 Nestable NestableExceptionTestCase.getNestable(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableExceptionTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getTester1(java.lang.Throwable t)
           
 Nestable NestableExceptionTestCase.getTester1(Nestable n)
           
 Nestable NestableExceptionTestCase.getTester1(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableExceptionTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getTester2(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableExceptionTestCase.getTester2(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getNestable()
           
 Nestable NestableErrorTestCase.getNestable(Nestable n)
           
 Nestable NestableErrorTestCase.getNestable(java.lang.String msg)
           
 Nestable NestableErrorTestCase.getNestable(java.lang.Throwable t)
           
 Nestable NestableErrorTestCase.getNestable(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableErrorTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getTester1(java.lang.Throwable t)
           
 Nestable NestableErrorTestCase.getTester1(Nestable n)
           
 Nestable NestableErrorTestCase.getTester1(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableErrorTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getTester2(java.lang.String msg, java.lang.Throwable t)
           
 Nestable NestableErrorTestCase.getTester2(java.lang.String msg, Nestable n)
           
 

Methods in org.apache.commons.lang.exception with parameters of type Nestable
private  void AbstractNestableTestCase.doNestableExceptionGetThrowableI(Nestable n, java.lang.Class[] classes, java.lang.String[] msgs)
           
private  void AbstractNestableTestCase.doNestableExceptionGetThrowables(Nestable n, java.lang.Class[] classes, java.lang.String[] msgs)
           
private  void AbstractNestableTestCase.doNestableExceptionIndexOfThrowable(Nestable n, java.lang.Class type, int expectedIndex, java.lang.String expectedMsg)
           
private  void AbstractNestableTestCase.doNestableExceptionIndexOfThrowableI(Nestable n, java.lang.Class type, int fromIndex, int expectedIndex, java.lang.String expectedMsg)
           
abstract  Nestable AbstractNestableTestCase.getNestable(Nestable n)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getNestable(java.lang.String msg, Nestable n)
          Returns an instance of the Nestable implementation being tested.
abstract  Nestable AbstractNestableTestCase.getTester1(Nestable n)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester1(java.lang.String msg, Nestable n)
          Returns an instance of one tester Nestable implementation.
abstract  Nestable AbstractNestableTestCase.getTester2(java.lang.String msg, Nestable n)
          Returns an instance of a second tester Nestable implementation.
 Nestable NestableRuntimeExceptionTestCase.getNestable(Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableRuntimeExceptionTestCase.getTester2(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getNestable(Nestable n)
           
 Nestable NestableExceptionTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getTester1(Nestable n)
           
 Nestable NestableExceptionTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableExceptionTestCase.getTester2(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getNestable(Nestable n)
           
 Nestable NestableErrorTestCase.getNestable(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getTester1(Nestable n)
           
 Nestable NestableErrorTestCase.getTester1(java.lang.String msg, Nestable n)
           
 Nestable NestableErrorTestCase.getTester2(java.lang.String msg, Nestable n)
           
 

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