Removing unused NestableRuntimeException legacy class. LANG-491

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-01-02 05:24:18 +00:00
parent 228527bd83
commit 00a4628d4e
1 changed files with 0 additions and 5 deletions

View File

@ -550,11 +550,6 @@ public void getTargetException() {
// Temporary classes to allow the nested exception code to be removed
// prior to a rewrite of this test class.
private static class NestableRuntimeException extends RuntimeException {
public NestableRuntimeException() { super(); }
@SuppressWarnings("unused")
public NestableRuntimeException(Throwable t) { super(t); }
}
private static class NestableException extends Exception {
@SuppressWarnings("unused")
public NestableException() { super(); }