org.apache.torque.engine.sql
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.torque.engine.sql.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
An Exception for parsing SQLToAppData. This class
will probably get some extra features in future.
- Version:
- $Id: ParseException.java 473814 2006-11-11 22:30:30Z tv $
- Author:
- Leon Messerschmidt
- 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(String err)
- constructor.
- Parameters:
err
- error message
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.