public class DOMTestLoadException extends Exception
Constructor and Description |
---|
DOMTestLoadException(Throwable innerException)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DOMTestLoadException(Throwable innerException)
innerException
- should not be nullpublic String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.