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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.