|
||||||||
| 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
Selector exception
| 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, 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 SelectorException(java.lang.String msg)
SelectorExceptionmsg - the reason for the exception
public SelectorException(Context context,
java.lang.String msg)
SelectorExceptioncontext - the context of the exceptionmsg - the reason for the exception| Method Detail |
public java.lang.String toString()
toString in class antlr.RecognitionException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||