Public Methods | |
| DOMTestLoadException (Throwable innerException) | |
| String | toString () |
Definition at line 24 of file DOMTestLoadException.java.
|
|
Constructor
Definition at line 31 of file DOMTestLoadException.java.
00031 {
00032 this.innerException = innerException;
00033 }
|
|
|
Definition at line 35 of file DOMTestLoadException.java.
00035 {
00036 if(innerException != null) {
00037 return innerException.toString();
00038 }
00039 return super.toString();
00040 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001