org.tranql.ddl
Class DDLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tranql.ddl.DDLException
All Implemented Interfaces:
java.io.Serializable

public class DDLException
extends java.lang.Exception

Version:
$Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $
See Also:
Serialized Form

Constructor Summary
DDLException()
           
DDLException(java.lang.String message)
           
DDLException(java.lang.String message, java.lang.Throwable cause)
           
DDLException(java.lang.Throwable cause)
           
 
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

DDLException

public DDLException()

DDLException

public DDLException(java.lang.Throwable cause)

DDLException

public DDLException(java.lang.String message)

DDLException

public DDLException(java.lang.String message,
                    java.lang.Throwable cause)


Copyright © -2006 The Codehaus. All Rights Reserved.