org.exolab.jms.selector
Class SelectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--antlr.ANTLRException
                    |
                    +--antlr.RecognitionException
                          |
                          +--org.exolab.jms.selector.SelectorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TypeMismatchException

public class SelectorException
extends antlr.RecognitionException

Selector exception

Version:
$Revision: 1.4 $ $Date: 2003/08/09 15:49:50 $
Author:
Tim Anderson
See Also:
Serialized Form

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

SelectorException

public SelectorException(java.lang.String msg)
Construct a new SelectorException
Parameters:
msg - the reason for the exception

SelectorException

public SelectorException(Context context,
                         java.lang.String msg)
Construct a new SelectorException
Parameters:
context - the context of the exception
msg - the reason for the exception
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this
Overrides:
toString in class antlr.RecognitionException
Returns:
a string representation of this


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.