org.enableit.db.darrt
Class TempSchemaHandlingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enableit.db.DBException
                    |
                    +--org.enableit.db.darrt.SchemaHandlingException
                          |
                          +--org.enableit.db.darrt.TempSchemaHandlingException
All Implemented Interfaces:
java.io.Serializable

public class TempSchemaHandlingException
extends SchemaHandlingException

Author:
TimSt To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
TempSchemaHandlingException(java.lang.String string, java.util.List ddl)
           
 
Method Summary
 java.util.List getDeferredDDL()
           
 void setDeferredDDL(java.util.List list)
           
 
Methods inherited from class org.enableit.db.darrt.SchemaHandlingException
getRootCause
 
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

TempSchemaHandlingException

public TempSchemaHandlingException(java.lang.String string,
                                   java.util.List ddl)
Parameters:
string -
Method Detail

getDeferredDDL

public java.util.List getDeferredDDL()
Returns:

setDeferredDDL

public void setDeferredDDL(java.util.List list)
Parameters:
list -


Copyright © 1999-2004 enableIT.org. All Rights Reserved.