EMMA Coverage Report (generated Wed Sep 01 15:39:27 CEST 2010)
[all classes][net.kwfgrid.gwes.client]

COVERAGE SUMMARY FOR SOURCE FILE [IncompatibleVersionsException.java]

nameclass, %method, %block, %line, %
IncompatibleVersionsException.java0%   (0/1)0%   (0/6)0%   (0/28)0%   (0/12)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class IncompatibleVersionsException0%   (0/1)0%   (0/6)0%   (0/28)0%   (0/12)
IncompatibleVersionsException (): void 0%   (0/1)0%   (0/3)0%   (0/2)
IncompatibleVersionsException (Exception): void 0%   (0/1)0%   (0/4)0%   (0/2)
IncompatibleVersionsException (Object): void 0%   (0/1)0%   (0/6)0%   (0/3)
IncompatibleVersionsException (String, Throwable): void 0%   (0/1)0%   (0/5)0%   (0/2)
getFault (): Object 0%   (0/1)0%   (0/3)0%   (0/1)
writeDetails (QName, SerializationContext): void 0%   (0/1)0%   (0/7)0%   (0/2)

1/**
2 * IncompatibleVersionsException.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6 */
7 
8package net.kwfgrid.gwes.client;
9 
10public class IncompatibleVersionsException extends org.apache.axis.AxisFault {
11    public java.lang.Object fault;
12    public java.lang.Object getFault() {
13        return this.fault;
14    }
15 
16    public IncompatibleVersionsException() {
17    }
18 
19    public IncompatibleVersionsException(java.lang.Exception target) {
20        super(target);
21    }
22 
23    public IncompatibleVersionsException(java.lang.String message, java.lang.Throwable t) {
24        super(message, t);
25    }
26 
27      public IncompatibleVersionsException(java.lang.Object fault) {
28        this.fault = fault;
29    }
30 
31    /**
32     * Writes the exception data to the faultDetails
33     */
34    public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException {
35        context.serialize(qname, null, fault);
36    }
37}

[all classes][net.kwfgrid.gwes.client]
EMMA 2.0.5312 (C) Vladimir Roubtsov