org.castor.cpa.query
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.cpa.query.ParseException
- All Implemented Interfaces:
- Serializable
public final class ParseException
- extends Exception
Exception thrown by parser when parsing an invalid query.
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(Exception cause)
- Construct a parse exception with given cause.
- Parameters:
cause - The exception that caused this excetion to be thrown.
Copyright © 2012. All Rights Reserved.