Save This Page
Home » openjdk-7 » net.sourceforge.harness.xml » jaxb » [javadoc | source]
net.sourceforge.harness.xml.jaxb
public class: Error [javadoc | source]
java.lang.Object
   javax.xml.bind.MarshallableObject
      net.sourceforge.harness.xml.jaxb.Error

All Implemented Interfaces:
    Element

Method from net.sourceforge.harness.xml.jaxb.Error Summary:
deleteParamList,   emptyParamList,   equals,   getException,   getMessage,   getParamList,   hashCode,   marshal,   newDispatcher,   setException,   setMessage,   toString,   unmarshal,   unmarshal,   unmarshal,   unmarshal,   validate,   validateThis
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sourceforge.harness.xml.jaxb.Error Detail:
 public  void deleteParamList() 
 public  void emptyParamList() 
 public boolean equals(Object ob) 
 public Exception getException() 
 public String getMessage() 
 public List getParamList() 
 public int hashCode() 
 public  void marshal(Marshaller m) throws IOException 
 public static Dispatcher newDispatcher() 
 public  void setException(Exception _Exception) 
 public  void setMessage(String _Message) 
 public String toString() 
 public  void unmarshal(Unmarshaller u) throws UnmarshalException 
 public static Error unmarshal(InputStream in) throws UnmarshalException 
 public static Error unmarshal(XMLScanner xs) throws UnmarshalException 
 public static Error unmarshal(XMLScanner xs,
    Dispatcher d) throws UnmarshalException 
 public  void validate(Validator v) throws StructureValidationException 
 public  void validateThis() throws LocalValidationException