Uses of Class
net.anotheria.anodoc.data.NoSuchDocumentException
-
Packages that use NoSuchDocumentException Package Description net.anotheria.anodoc.data -
-
Uses of NoSuchDocumentException in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that throw NoSuchDocumentException Modifier and Type Method Description DocumentDocument. getDocument(java.lang.String name)Returns the Document contained in this Document under the given name.DocumentModule. getDocument(java.lang.String name)Returns the document with given name (if there is any).
-