org.enhydra.xml.lazydom
Class LazyDOMError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--org.enhydra.error.ChainedError
                    |
                    +--org.enhydra.xml.lazydom.LazyDOMError
All Implemented Interfaces:
ChainedThrowable, Serializable

public class LazyDOMError
extends ChainedError

Fatal error detected by LazyDOM.

See Also:
Serialized Form

Constructor Summary
LazyDOMError(int nodeId, String msg)
          Create an error associated with the specified node id, which will be preappended to the error message.
LazyDOMError(String msg)
           
LazyDOMError(String msg, Throwable cause)
           
LazyDOMError(Throwable cause)
           
 
Methods inherited from class org.enhydra.error.ChainedError
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyDOMError

public LazyDOMError(String msg)
See Also:
ChainedError.ChainedError(String)

LazyDOMError

public LazyDOMError(int nodeId,
                    String msg)
Create an error associated with the specified node id, which will be preappended to the error message.

LazyDOMError

public LazyDOMError(String msg,
                    Throwable cause)
See Also:
ChainedError.ChainedError(String, Throwable)

LazyDOMError

public LazyDOMError(Throwable cause)
See Also:
ChainedError.ChainedError(Throwable)


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.