org.exolab.jms.selector
Class SelectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by 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.1 $ $Date: 2004/11/26 01:50:44 $
Author:
Tim Anderson
See Also:
Serialized Form

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

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-2012 The OpenJMS Group. All Rights Reserved.