net.sourceforge.groboutils.util.throwable.v1 |
|
Java Source File Name | Type | Comment |
ChainableException.java | Class | General chainable exception, for pseudo-JDK 1.4 support. |
ChainableExceptionHelper.java | Class | Helper class to support easy-to-implement chainable exceptions. |
ChainableExceptionHelperUTest.java | Class | Tests the ChainableExceptionHelper class. |
ChainableExceptionUTest.java | Class | Tests the ChainableException class. |
IChainableException.java | Interface | Marker interface to tell the ChainableExceptionHelper not to use
this class's getCause method. |
IChainableExceptionUTestI.java | Class | Tests the IChainableException interface. |
StackTraceLineParser.java | Class | Encompasses the line on which a Stack Trace occurs. |
StackTraceLineParserUTest.java | Class | Tests the StackTraceLineParser class. |
ThrowableParser.java | Class | Parses a Throwable's stack trace into its components. |
ThrowableParserUTest.java | Class | Tests the ThrowableParser class. |