INRIA & friends

fr.inrialpes.exmo.queryprocessor
Class QueryTypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.inrialpes.exmo.queryprocessor.QueryTypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class QueryTypeMismatchException
extends java.lang.Exception

Author:
Arun Sharma
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
QueryTypeMismatchException()
          Create a new QueryTypeMismatchException with no detail mesage.
QueryTypeMismatchException(java.lang.String message)
          Create a new QueryTypeMismatchException with the String specified as an error message.
QueryTypeMismatchException(java.lang.String message, java.lang.Throwable cause)
          Create a new QueryTypeMismatchException with the String specified as an error message and the Throwable that caused this exception to be raised.
 
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

QueryTypeMismatchException

public QueryTypeMismatchException()
Create a new QueryTypeMismatchException with no detail mesage.


QueryTypeMismatchException

public QueryTypeMismatchException(java.lang.String message)
Create a new QueryTypeMismatchException with the String specified as an error message.

Parameters:
message - The error message for the exception.

QueryTypeMismatchException

public QueryTypeMismatchException(java.lang.String message,
                                  java.lang.Throwable cause)
Create a new QueryTypeMismatchException with the String specified as an error message and the Throwable that caused this exception to be raised.

Parameters:
message - The error message for the exception
cause - The cause of the exception

INRIA & friends

..no bottom yet...