org.merlotxml.util.xml
Class DOMLiaisonImplException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.merlotxml.util.WrapperException
              extended byorg.merlotxml.util.xml.DOMLiaisonImplException
All Implemented Interfaces:
java.io.Serializable

public class DOMLiaisonImplException
extends WrapperException

DOM Liaison Implementation Exception Used to wrap exceptions thrown by implementors of DOMLiaison

Author:
Tim McCune
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.merlotxml.util.WrapperException
realException
 
Constructor Summary
DOMLiaisonImplException(java.lang.Exception realException)
           
DOMLiaisonImplException(java.lang.Exception realException, java.lang.String appendMsg)
           
 
Methods inherited from class org.merlotxml.util.WrapperException
getRealException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMLiaisonImplException

public DOMLiaisonImplException(java.lang.Exception realException)

DOMLiaisonImplException

public DOMLiaisonImplException(java.lang.Exception realException,
                               java.lang.String appendMsg)