Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.util.xml
Class DOMLiaisonImplException  view DOMLiaisonImplException download DOMLiaisonImplException.java

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 org.merlotxml.util.WrapperException

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

Version:
$Id: DOMLiaisonImplException.java,v 1.1.1.1 2001/07/02 15:41:28 flament Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.merlotxml.util.WrapperException
realException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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)