|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--antlr.ANTLRException | +--antlr.RecognitionException | +--org.exolab.jms.selector.SelectorException | +--org.exolab.jms.selector.TypeMismatchException
Type mismatch exception
Context
,
SelectorException
, Serialized FormFields inherited from class antlr.RecognitionException |
column, fileName, line |
Constructor Summary | |
TypeMismatchException(Context context,
java.lang.String msg)
Construct a new SelectorException |
|
TypeMismatchException(java.lang.String msg)
Construct a new TypeMismatchException |
Methods inherited from class org.exolab.jms.selector.SelectorException |
toString |
Methods inherited from class antlr.RecognitionException |
getColumn, getErrorMessage, getFilename, getLine |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TypeMismatchException(java.lang.String msg)
TypeMismatchException
msg
- the reason for the exceptionpublic TypeMismatchException(Context context, java.lang.String msg)
SelectorException
context
- the context of the exceptionmsg
- the reason for the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |