public final class IncorrectExample extends Object
| Constructor and Description |
|---|
IncorrectExample(String example) |
IncorrectExample(String example,
List<String> corrections) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCorrections()
Return the possible corrections.
|
String |
getExample()
Return the example that contains the error.
|
String |
toString() |
public IncorrectExample(String example)