Uses of Class
tethys.dbxml.TethysException
Packages that use TethysException
- 
Uses of TethysException in tethys
Methods in tethys with parameters of type TethysExceptionModifier and TypeMethodDescriptionvoidTethysControl.showException(TethysException tethysException) Methods in tethys that throw TethysExceptionModifier and TypeMethodDescriptionprotected voidTethysMenuActions.deleteDeployment(PDeployment pDeployment)  - 
Uses of TethysException in tethys.dbxml
Subclasses of TethysException in tethys.dbxmlMethods in tethys.dbxml that throw TethysExceptionModifier and TypeMethodDescriptionDBXMLConnect.createTempXMLDocument(Object nilusObject) Create a temporary nilus file.DBXMLConnect.createXMLDocument(Object nilusObject, File file) Convert a nilus Object into a filebooleanDBXMLConnect.deleteDeployment(String deploymentId) Delete a Deploymnet and any contained Detections document.booleanDBXMLConnect.deleteDocument(Object nilusDocument) Delete a nilus document from the database.booleanDBXMLConnect.postAndLog(Object nilusObject) booleanDBXMLConnect.postAndLog(Object nilusObject, String documentName) I don't think this should ever be used since everything goes a bit pear shaped if the documentName isn't the same as the Id.booleanDBXMLConnect.removeDocument(String collectionName, String documentName) Remove a document based on a collection name and a document namw.booleanDBXMLConnect.removeDocument(Collection collection, String documentName) Remove a document based on a collection name and a cdocument Id.booleanDBXMLConnect.updateDocument(Object nilusDocument) Update a document within Tethys.