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

Field Summary
private static long serialVersionUID
          Serial version
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version

See Also:
Constant Field Values
Constructor Detail

ParseException

public ParseException(String err)
constructor.

Parameters:
err - error message


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