|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.virtualweaver.xotics.datamodel.XoException
com.virtualweaver.xotics.datamodel.XoValidityException
This exception permits to identify the XO node where a validity error has occurred.
Field Summary |
Fields inherited from class com.virtualweaver.xotics.datamodel.XoException |
ADD_ERROR, DMI_LOCKED, DMI_NOT_OWNER, DMI_RELEASED, DMM_LOAD, ILLEGAL_ARGUMENT, INVALID_DATAMODEL, INVALID_OBJECT, NO_SUCH_DATAMODEL, NO_SUCH_OBJECT, NOT_REQUESTABLE, OBJECT_NOT_WELCOME, READ_ONLY, ROOT_MOVE, THROWABLE_OCCURRED, UNKNOWN_REASON, VALIDITY_CHECKING, XPATH_REQUEST_COMPUTING, XPATH_REQUEST_PARSING |
Constructor Summary | |
XoValidityException(java.lang.String id,
int sid,
XoNode xo,
java.lang.String t)
Constructor for validity checking engine. |
|
XoValidityException(java.lang.String id,
XoNode xo,
java.lang.String t)
Constructor with a description specification. |
|
XoValidityException(XoNode xo,
java.lang.String t)
Constructor with a description specification. |
|
XoValidityException(XoValidityException e,
int sid)
Constructor for validity checking engine. |
Method Summary | |
XoNode |
getInvalidXoNode()
Returns the node whose invalidity is source of this exception. |
int |
getSourceId()
|
java.lang.String |
toString()
Returns a String representation of this exception. |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoException |
getId, getReason |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XoValidityException(XoNode xo, java.lang.String t)
xo
- invalid XO node (DM instance, property, object)t
- the description text of this exceptionpublic XoValidityException(java.lang.String id, XoNode xo, java.lang.String t)
xo
- invalid XO node (DM instance, property, object)t
- the description text of this exceptionpublic XoValidityException(java.lang.String id, int sid, XoNode xo, java.lang.String t)
public XoValidityException(XoValidityException e, int sid)
Method Detail |
public XoNode getInvalidXoNode()
public java.lang.String toString()
XoException
toString
in class XoException
public int getSourceId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |