|
INRIA & friends | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.inrialpes.exmo.queryprocessor.QueryTypeMismatchException
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 |
public QueryTypeMismatchException()
QueryTypeMismatchException
with no
detail mesage.
public QueryTypeMismatchException(java.lang.String message)
QueryTypeMismatchException
with
the String
specified as an error message.
message
- The error message for the exception.public QueryTypeMismatchException(java.lang.String message, java.lang.Throwable cause)
QueryTypeMismatchException
with
the String
specified as an error message and the
Throwable
that caused this exception to be raised.
message
- The error message for the exceptioncause
- The cause of the exception
|
INRIA & friends | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |