|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dsql.exception.ExecuteException
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 |
public ExecuteException(java.lang.String msg)
public ExecuteException(java.lang.String msg, java.lang.Throwable exc)
public ExecuteException(java.lang.String msg, DMNode node)
Method Detail |
public void setNode(DMNode node)
public DMNode getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |