org.apache.turbine.torque.engine.sql
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.turbine.torque.engine.sql.ParseException
All Implemented Interfaces:
java.io.Serializable

Deprecated. use turbine-torque

public class ParseException
extends java.lang.Exception

An Exception for parsing SQLToAppData. This class will probably get some extra features in future.

Version:
$Id: ParseException.java,v 1.2 2002/02/16 19:40:37 mpoeschl Exp $
Author:
Leon Messerschmidt
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ParseException(java.lang.String err)
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String err)
Deprecated. 


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.