org.exolab.jms.selector
Class TypeMismatchException

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

public class TypeMismatchException
extends SelectorException

Type mismatch exception

Version:
$Revision: 1.3 $ $Date: 2003/08/09 15:49:50 $
Author:
Tim Anderson
See Also:
Context, SelectorException, Serialized Form

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
 
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismatchException

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

TypeMismatchException

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


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