dsql.exception
Class ExecuteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydsql.exception.ExecuteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FlowException

public class ExecuteException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExecuteException(java.lang.String msg)
           
ExecuteException(java.lang.String msg, DMNode node)
           
ExecuteException(java.lang.String msg, java.lang.Throwable exc)
           
 
Method Summary
 DMNode getNode()
           
 void setNode(DMNode node)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteException

public ExecuteException(java.lang.String msg)

ExecuteException

public ExecuteException(java.lang.String msg,
                        java.lang.Throwable exc)

ExecuteException

public ExecuteException(java.lang.String msg,
                        DMNode node)
Method Detail

setNode

public void setNode(DMNode node)

getNode

public DMNode getNode()