|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.xquark.xml.xdbc.XMLDBCException | +--org.xquark.xml.xdbc.XMLDBCNotSupportedException
This class describes a XMLDBC (Xml DataBase Connectivity) exception for various use in XMLDBC API.
This is an exception used when you try to set the value of an object, a property or a feature with bad value
or if it
is not allowed.
There is no speific exception code in this class.
CAUTION: This XMLDBC API is a proposal!
Field Summary |
Fields inherited from class org.xquark.xml.xdbc.XMLDBCException |
errorCode, exception, NO_CODE |
Constructor Summary | |
XMLDBCNotSupportedException(int code)
Constructor with error code. |
|
XMLDBCNotSupportedException(int code,
java.lang.String msg)
Constructor with error code and message. |
|
XMLDBCNotSupportedException(int code,
java.lang.String msg,
java.lang.Throwable exception)
Constructor with error code, message and underlying exception. |
|
XMLDBCNotSupportedException(java.lang.String msg)
Constructor with message. |
|
XMLDBCNotSupportedException(java.lang.String msg,
java.lang.Throwable exception)
Constructor with message and underlying exception. |
Methods inherited from class org.xquark.xml.xdbc.XMLDBCException |
getCode, getException, getMessage, printError, printError |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 XMLDBCNotSupportedException(int code)
code
- the code featuring the kind of error (see constants).public XMLDBCNotSupportedException(java.lang.String msg)
msg
- a message to describe the exception.public XMLDBCNotSupportedException(int code, java.lang.String msg)
code
- the code featuring the kind of error (see constants).msg
- a message to describe the exception.public XMLDBCNotSupportedException(java.lang.String msg, java.lang.Throwable exception)
msg
- a message to describe the exception.exception
- the underlying exception (or error).public XMLDBCNotSupportedException(int code, java.lang.String msg, java.lang.Throwable exception)
code
- the code featuring the kind of error (see constants).msg
- a message to describe the exception.exception
- the underlying exception (or error).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |