public class ParseProblemException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.util.List<Problem> |
problems
The problems that were encountered during parsing
|
Constructor and Description |
---|
ParseProblemException(java.util.List<Problem> problems) |
ParseProblemException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
createMessage(java.util.List<Problem> problems) |
java.util.List<Problem> |
getProblems() |
private final java.util.List<Problem> problems
public ParseProblemException(java.util.List<Problem> problems)
public ParseProblemException(java.lang.Throwable throwable)