org.apache.torque.engine.sql
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ParseException(String err)
          constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String err)
constructor.

Parameters:
err - error message


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.