Uses of Class
GWTApplication.client.UnknownFaultSpecifiedException

Packages that use UnknownFaultSpecifiedException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnknownFaultSpecifiedException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnknownFaultSpecifiedException
 void FaultService.linkFault(int parentFaultId, int childFaultId)
           
 

Uses of UnknownFaultSpecifiedException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnknownFaultSpecifiedException
(package private)  void FaultServiceImpl.createFaultReportAsPDF(int faultId, com.lowagie.text.Document PDFDocument)
          Add the full details of the fault history into the PDF document ready for printing out.
 java.lang.String FaultServiceImpl.fetchHTMLFaultReport(int faultId, boolean addLinks)
          Fetch from the database the details of the fault and all of it's comments and prepare an HTML report which can be returned to the user
 void FaultServiceImpl.linkFault(int parentFaultId, int childFaultId)
          Will be used to link a fault which is specified by the user to another fault