fr.inrialpes.exmo.queryprocessor
Class QueryTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.inrialpes.exmo.queryprocessor.QueryTypeMismatchException
- All Implemented Interfaces:
- Serializable
public class QueryTypeMismatchException
- extends Exception
- Author:
- Arun Sharma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
QueryTypeMismatchException
public QueryTypeMismatchException()
- Create a new
QueryTypeMismatchException
with no
detail mesage.
QueryTypeMismatchException
public QueryTypeMismatchException(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(String message,
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 exceptioncause
- The cause of the exception
(C) INRIA & friends, 2003-2010