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, java.io.Serializable
- public class LazyDOMError
- extends ChainedError
Fatal error detected by LazyDOM.
- See Also:
- Serialized Form
Constructor Summary |
LazyDOMError(int nodeId,
java.lang.String msg)
Create an error associated with the specified node id,
which will be preappended to the error message. |
LazyDOMError(java.lang.String msg)
|
LazyDOMError(java.lang.String msg,
java.lang.Throwable cause)
|
LazyDOMError(java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LazyDOMError
public LazyDOMError(java.lang.String msg)
- See Also:
ChainedError.ChainedError(String)
LazyDOMError
public LazyDOMError(int nodeId,
java.lang.String msg)
- Create an error associated with the specified node id,
which will be preappended to the error message.
LazyDOMError
public LazyDOMError(java.lang.String msg,
java.lang.Throwable cause)
- See Also:
ChainedError.ChainedError(String, Throwable)
LazyDOMError
public LazyDOMError(java.lang.Throwable cause)
- See Also:
ChainedError.ChainedError(Throwable)