org.xquark.xml.xdbc
Class XMLDBCNotRecognizedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xquark.xml.xdbc.XMLDBCException
                    |
                    +--org.xquark.xml.xdbc.XMLDBCNotRecognizedException
All Implemented Interfaces:
java.io.Serializable

public class XMLDBCNotRecognizedException
extends XMLDBCException

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!

See Also:
Serialized Form

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

XMLDBCNotRecognizedException

public XMLDBCNotRecognizedException(int code)
Constructor with error code.

Parameters:
code - the code featuring the kind of error (see constants).

XMLDBCNotRecognizedException

public XMLDBCNotRecognizedException(java.lang.String msg)
Constructor with message.

Parameters:
msg - a message to describe the exception.

XMLDBCNotRecognizedException

public XMLDBCNotRecognizedException(int code,
                                    java.lang.String msg)
Constructor with error code and message.

Parameters:
code - the code featuring the kind of error (see constants).
msg - a message to describe the exception.

XMLDBCNotRecognizedException

public XMLDBCNotRecognizedException(java.lang.String msg,
                                    java.lang.Throwable exception)
Constructor with message and underlying exception.

Parameters:
msg - a message to describe the exception.
exception - the underlying exception (or error).

XMLDBCNotRecognizedException

public XMLDBCNotRecognizedException(int code,
                                    java.lang.String msg,
                                    java.lang.Throwable exception)
Constructor with error code, message and underlying exception.

Parameters:
code - the code featuring the kind of error (see constants).
msg - a message to describe the exception.
exception - the underlying exception (or error).


Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.