|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
org.exolab.jms.selector.SelectorException
org.exolab.jms.selector.TypeMismatchException
public class TypeMismatchException
Type mismatch exception
Context
,
SelectorException
,
Serialized FormField Summary |
---|
Fields 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 |
Method Summary |
---|
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |