public class ExceptionUtilsTest extends Object
ExceptionUtils.
Make sure this exception code does not depend on Java 1.4 nested exceptions. SVN revision 38990 does not compile with Java 1.3.1.
Gary Gregory; August 16, 2006.
| Constructor and Description |
|---|
ExceptionUtilsTest() |
public ExceptionUtilsTest()
public void setUp()
public void testConstructor()
public void testGetCause_Throwable()
public void testGetCause_ThrowableArray()
public void testGetRootCause_Throwable()
public void testGetThrowableCount_Throwable()
public void testGetThrowables_Throwable_null()
public void testGetThrowables_Throwable_withoutCause()
public void testGetThrowables_Throwable_nested()
public void testGetThrowables_Throwable_withCause()
public void testGetThrowables_Throwable_jdkNoCause()
public void testGetThrowables_Throwable_recursiveCause()
public void testGetThrowableList_Throwable_null()
public void testGetThrowableList_Throwable_withoutCause()
public void testGetThrowableList_Throwable_nested()
public void testGetThrowableList_Throwable_withCause()
public void testGetThrowableList_Throwable_jdkNoCause()
public void testGetThrowableList_Throwable_recursiveCause()
public void testIndexOf_ThrowableClass()
public void testIndexOf_ThrowableClassInt()
public void testIndexOfType_ThrowableClass()
public void testIndexOfType_ThrowableClassInt()
public void testPrintRootCauseStackTrace_Throwable() throws Exception
Exceptionpublic void testPrintRootCauseStackTrace_ThrowableStream() throws Exception
Exceptionpublic void testPrintRootCauseStackTrace_ThrowableWriter() throws Exception
Exceptionpublic void testGetRootCauseStackTrace_Throwable() throws Exception
Exceptionpublic void testRemoveCommonFrames_ListList() throws Exception
Exceptionpublic void test_getMessage_Throwable()
public void test_getRootCauseMessage_Throwable()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.