|
|||||||||||
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.XMLDBCNotRecognizedException
This class describes a XMLDBC (Xml DataBase Connectivity) exception for various use in XMLDBC API.
This is an exception used when an object, a property or a feature is not recognized by driver.
There is no specific 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 | |
XMLDBCNotRecognizedException(int code)
Constructor with error code. |
|
XMLDBCNotRecognizedException(int code,
java.lang.String msg)
Constructor with error code and message. |
|
XMLDBCNotRecognizedException(int code,
java.lang.String msg,
java.lang.Throwable exception)
Constructor with error code, message and underlying exception. |
|
XMLDBCNotRecognizedException(java.lang.String msg)
Constructor with message. |
|
XMLDBCNotRecognizedException(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 XMLDBCNotRecognizedException(int code)
code
- the code featuring the kind of error (see constants).public XMLDBCNotRecognizedException(java.lang.String msg)
msg
- a message to describe the exception.public XMLDBCNotRecognizedException(int code, java.lang.String msg)
code
- the code featuring the kind of error (see constants).msg
- a message to describe the exception.public XMLDBCNotRecognizedException(java.lang.String msg, java.lang.Throwable exception)
msg
- a message to describe the exception.exception
- the underlying exception (or error).public XMLDBCNotRecognizedException(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 |