eRqlEngine API documentation - http://www.wleklinski.de/rdf/

eworks.RQL.engine
Class NoDataSourceDefinedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byeworks.RQL.engine.NoDataSourceDefinedException
All Implemented Interfaces:
Serializable

public class NoDataSourceDefinedException
extends Exception

Indicates that a query is tried to be evaluated although no data source has been bound, which is not allowed.

Version:
1.00 (2003-11-03)
Author:
Fabian Wleklinski (fabian@wleklinski.de)
See Also:
Serialized Form

Constructor Summary
NoDataSourceDefinedException()
          Creates a new instance.
NoDataSourceDefinedException(String message)
          Creates a new instance with the given description.
NoDataSourceDefinedException(String message, Throwable cause)
          Creates a new instance and encapsulated the given exception and message as the exception's cause and description.
NoDataSourceDefinedException(Throwable cause)
          Creates a new instance and encapsulated the given exception as the exception's cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NoDataSourceDefinedException

public NoDataSourceDefinedException()
Creates a new instance.


NoDataSourceDefinedException

public NoDataSourceDefinedException(String message)
Creates a new instance with the given description.

Parameters:
message - The exception's description.

NoDataSourceDefinedException

public NoDataSourceDefinedException(Throwable cause)
Creates a new instance and encapsulated the given exception as the exception's cause.

Parameters:
cause - The exception which has caused the exception.

NoDataSourceDefinedException

public NoDataSourceDefinedException(String message,
                                    Throwable cause)
Creates a new instance and encapsulated the given exception and message as the exception's cause and description.

Parameters:
message - The exception's description.
cause - The exception which has caused the exception.

eRqlEngine API documentation - http://www.wleklinski.de/rdf/