com.google.gwt.user.rebind.rpc
Class ProblemReport.Problem
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()