public class DOMTestLoadException extends Exception
Constructor and Description |
---|
DOMTestLoadException(Throwable innerException)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a short description of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DOMTestLoadException(Throwable innerException)
innerException
- should not be nullpublic String toString()
Throwable
Throwable.getLocalizedMessage()
method
getLocalizedMessage
returns null
, then just
the class name is returned.