org.castor.cpa.query
Class TokenManagerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.castor.cpa.query.TokenManagerError
All Implemented Interfaces:
Serializable

public final class TokenManagerError
extends Error

Error thrown by parser when an illegal token got recognized at parsing.

Since:
1.3
Version:
$Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
Author:
Udai Gupta, Ralf Joachim
See Also:
Serialized Form

Constructor Summary
TokenManagerError(Error cause)
          Construct a token manager error with given cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenManagerError

public TokenManagerError(Error cause)
Construct a token manager error with given cause.

Parameters:
cause - The exception that caused this excetion to be thrown.


Copyright © 2012. All Rights Reserved.