org.xquark.xml.xdbc
Class XMLDBCNotSupportedException

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

public class XMLDBCNotSupportedException
extends XMLDBCException

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!

See Also:
Serialized Form

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

XMLDBCNotSupportedException

public XMLDBCNotSupportedException(int code)
Constructor with error code.

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

XMLDBCNotSupportedException

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

Parameters:
msg - a message to describe the exception.

XMLDBCNotSupportedException

public XMLDBCNotSupportedException(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.

XMLDBCNotSupportedException

public XMLDBCNotSupportedException(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).

XMLDBCNotSupportedException

public XMLDBCNotSupportedException(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.