Uses of Class
gate.util.NoSuchObjectException

Packages that use NoSuchObjectException
gate.db   
 

Uses of NoSuchObjectException in gate.db
 

Methods in gate.db that throw NoSuchObjectException
private  void DocumentWrapper.DBInit()
          This method is actually the persistent part of any of the constructors.
 

Constructors in gate.db that throw NoSuchObjectException
DocumentWrapper(DataStore ds, long id)
          Construction from ID.
DocumentWrapper(Connection con, Database ds, long id)
          Construction from ID.