com.google.gwt.user.rebind.rpc
Class ProblemReport.Problem

java.lang.Object
  extended by com.google.gwt.user.rebind.rpc.ProblemReport.Problem
Enclosing class:
ProblemReport

public static class ProblemReport.Problem
extends java.lang.Object

An individual report, which may require multiple entries (expressed as logs under a branchpoint), but relates to an individual issue.


Method Summary
 void addChild(java.lang.String message)
           
 java.lang.String getPrimaryMessage()
           
 java.lang.Iterable<java.lang.String> getSubMessages()
           
 boolean hasSubMessages()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addChild

public void addChild(java.lang.String message)

getPrimaryMessage

public java.lang.String getPrimaryMessage()

getSubMessages

public java.lang.Iterable<java.lang.String> getSubMessages()

hasSubMessages

public boolean hasSubMessages()