org.w3c.domts
Class DOMTestLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.w3c.domts.DOMTestLoadException
All Implemented Interfaces:
java.io.Serializable

public class DOMTestLoadException
extends java.lang.Exception

Encapsulates a concrete load exception such as a SAX exception

See Also:
Serialized Form

Constructor Summary
DOMTestLoadException(java.lang.Throwable innerException)
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMTestLoadException

public DOMTestLoadException(java.lang.Throwable innerException)
Constructor

Parameters:
innerException - should not be null
Method Detail

toString

public java.lang.String toString()