|
|||||||||
Home >> All >> org >> apache >> commons >> lang >> [ exception overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.apache.commons.lang.exception
Provides highly reusable static utility methods, chiefly concerned with adding value tojava.lang
and other standard core classes.
See:
Description
Interface Summary | |
Nestable | An interface to be implemented by java.lang.Throwable extensions which would like to be able to nest root exceptions inside themselves. |
Class Summary | |
AbstractNestableTestCase | Tests implementations of the org.apache.commons.lang.exception.Nestable interface. |
ExceptionTestSuite | Test manager for the org.apache.commons.lang.exception classes. |
ExceptionUtils | Provides utilities for manipulating and examining
Throwable objects. |
ExceptionUtilsTestCase | Tests ExceptionUtils. |
NestableDelegate | A shared implementation of the nestable exception functionality. |
NestableDelegateTestCase | Tests the org.apache.commons.lang.exception.NestableDelegate class. |
NestableDelegateTester2 | Nestable and Throwable class which can be passed to the NestableDelegate constructor. |
NestableErrorTestCase | Tests the org.apache.commons.lang.exception.NestableError class. |
NestableExceptionTestCase | Tests the org.apache.commons.lang.exception.NestableException class. |
NestableRuntimeExceptionTestCase | Tests the org.apache.commons.lang.exception.NestableRuntimeException class. |
NonThrowableNestable | Used to test that the constructor fails when passed a non-throwable cause |
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). |
ThrowableNestedNestable | Nestable and Throwable class which takes in a 'cause' object. |
Exception Summary | |
ExceptionUtilsTestCase.ExceptionWithCause | Provides a method with a well known chained/nested exception name which matches the full signature (e.g. |
ExceptionUtilsTestCase.ExceptionWithoutCause | Provides a method with a well known chained/nested exception name which does not match the full signature (e.g. |
NestableDelegateTester1 | Nestable and Throwable class which can be passed to the NestableDelegate constructor. |
NestableException | The base class of all exceptions which can contain other exceptions. |
NestableExceptionTester1 | First nestable tester implementation for use in test cases. |
NestableExceptionTester2 | Second nestable tester implementation for use in test cases. |
NestableRuntimeException | The base class of all runtime exceptions which can contain other exceptions. |
NestableRuntimeExceptionTester1 | First nestable tester implementation for use in test cases. |
NestableRuntimeExceptionTester2 | Second nestable tester implementation. |
Error Summary | |
NestableError | The base class of all errors which can contain other exceptions. |
NestableErrorTester1 | First nestable tester implementation for use in test cases. |
NestableErrorTester2 | Second nestable tester implementation for use in test cases. |
Package org.apache.commons.lang.exception Description
Provides highly reusable static utility methods, chiefly concerned
with adding value to java.lang
and other standard core classes.
- Since:
- 1.0
|
|||||||||
Home >> All >> org >> apache >> commons >> lang >> [ exception overview ] | PREV PACKAGE NEXT PACKAGE |