org.exolab.jms.selector
Class TypeMismatchException

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
                      extended by org.exolab.jms.selector.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends SelectorException

Type mismatch exception

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:50:45 $
Author:
Tim Anderson
See Also:
Context, SelectorException, Serialized Form

Field Summary
 
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
 
Method Summary
 
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, 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

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