Package org.castor.cpa.query
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.castor.cpa.query.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ParseException extends java.lang.Exception
Exception thrown by parser when parsing an invalid query.- 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
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.Exception cause)
Construct a parse exception with given cause.
-