|
||||||||||
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
public class SelectorException
Selector exception
Field Summary |
---|
Fields inherited from class antlr.RecognitionException |
---|
column, fileName, line |
Constructor Summary | |
---|---|
SelectorException(Context context,
java.lang.String msg)
Construct a new SelectorException |
|
SelectorException(java.lang.String msg)
Construct a new SelectorException |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this |
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 SelectorException(java.lang.String msg)
SelectorException
msg
- the reason for the exceptionpublic SelectorException(Context context, java.lang.String msg)
SelectorException
context
- the context of the exceptionmsg
- the reason for the exceptionMethod Detail |
---|
public java.lang.String toString()
toString
in class antlr.RecognitionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |