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,v 1.1 2007-10-21 07:57:27 abyrne Exp $
- 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.