public interface Problem
| Modifier and Type | Method and Description |
|---|---|
String |
getFullMessage()
A complete description of the problem w/ context and problem description.
|
String |
getProblemContext()
The context for the problem, for the user.
|
String |
getProblemDescription()
The problem description, for the user.
|
static final String UNKNOWN
String getFullMessage()
String getProblemContext()
String getProblemDescription()
Copyright © 2017. All rights reserved.