Uses of Class
yawn.io.KeyNotPresentException

Packages that use KeyNotPresentException
yawn.io   
yawn.io.xml   
 

Uses of KeyNotPresentException in yawn.io
 

Methods in yawn.io that throw KeyNotPresentException
 java.lang.Object IStorage.get(java.lang.String key)
          Retrieves the IPersistent implementor instance that matches the provided id.
 void IStorage.update(java.lang.Object object, java.lang.String key)
           
 

Uses of KeyNotPresentException in yawn.io.xml
 

Methods in yawn.io.xml that throw KeyNotPresentException
 java.lang.Object XmlStorage.get(java.lang.String key)
          Returns the object stored in the file named as the key.
 void XmlStorage.update(java.lang.Object object, java.lang.String key)
           
 



Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.