org.merlotxml.util.xml
Class DOMLiaisonImplException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.merlotxml.util.WrapperException
                    |
                    +--org.merlotxml.util.xml.DOMLiaisonImplException

public class DOMLiaisonImplException
extends WrapperException

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

Version:
$Id: DOMLiaisonImplException.java,v 1.3 2000/03/10 05:31:17 camk Exp $
Author:
Tim McCune
See Also:
Serialized Form

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, getLocalizedMessage, getMessage, 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)