com.dat.cx
Class CxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.dat.cx.CxException
All Implemented Interfaces:
java.io.Serializable

public class CxException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
CxException(com.dat.cx.Node doc)
           
 
Method Summary
 com.dat.cx.Node getNode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CxException

public CxException(com.dat.cx.Node doc)
Method Detail

getNode

public com.dat.cx.Node getNode()