org.castor.cpa.query
Class TokenManagerError
java.lang.Object
java.lang.Throwable
java.lang.Error
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: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2011. All Rights Reserved.