Uses of Class
org.jafer.record.Diagnostic

Packages that use Diagnostic
org.jafer.exception   
org.jafer.zclient.operations   
 

Uses of Diagnostic in org.jafer.exception
 

Fields in org.jafer.exception declared as Diagnostic
private  Diagnostic JaferException.diagnostic
           
 

Methods in org.jafer.exception that return Diagnostic
 Diagnostic JaferException.getDiagnostic()
           
 

Constructors in org.jafer.exception with parameters of type Diagnostic
JaferException(java.lang.String message, Diagnostic diagnostic)
           
 

Uses of Diagnostic in org.jafer.zclient.operations
 

Fields in org.jafer.zclient.operations declared as Diagnostic
private  Diagnostic[] PresentException.diagnostics
          Stores a reference to the diagnostics that were reported
 

Methods in org.jafer.zclient.operations that return Diagnostic
 Diagnostic[] PresentException.getDiagnostics()
          Returns the diagnostics for this execption
 

Constructors in org.jafer.zclient.operations with parameters of type Diagnostic
PresentException(int status, int numberOfRecordsReturned, Diagnostic[] diagnostics, java.lang.String message)
          Constructor