Object Translator

com.informix.ormapper
Class NoStatementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.informix.ormapper.DatabaseException
                          |
                          +--com.informix.ormapper.NoStatementException

public class NoStatementException
extends DatabaseException

This is the sub Object Translator exception that will be thrown when no SQL statement has been created prior to saving an object.

See Also:
Serialized Form

Constructor Summary
NoStatementException()
           
NoStatementException(com.informix.ormapper.OResourceBundle res)
           
NoStatementException(com.informix.ormapper.OResourceBundle res, java.lang.Throwable e)
           
NoStatementException(java.sql.SQLException e)
           
NoStatementException(java.lang.String message)
           
NoStatementException(java.lang.String message, java.lang.Throwable e)
           
NoStatementException(java.lang.Throwable e)
           
 
Methods inherited from class com.informix.ormapper.DatabaseException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoStatementException

public NoStatementException()

NoStatementException

public NoStatementException(java.lang.Throwable e)

NoStatementException

public NoStatementException(com.informix.ormapper.OResourceBundle res)

NoStatementException

public NoStatementException(com.informix.ormapper.OResourceBundle res,
                            java.lang.Throwable e)

NoStatementException

public NoStatementException(java.lang.String message)

NoStatementException

public NoStatementException(java.lang.String message,
                            java.lang.Throwable e)

NoStatementException

public NoStatementException(java.sql.SQLException e)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.