public final class Problems
extends java.lang.Object
Instances of this class are effectively immutable, and so may be used from multiple threads.
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<java.lang.String> | 
descriptions()
Returns a collection of human readable descriptions of the problems
 encountered while parsing. 
 | 
boolean | 
hasProblems()
Returns true if there were any problems. 
 | 
java.lang.String | 
toString()  | 
public boolean hasProblems()
@NotNull public java.util.Collection<java.lang.String> descriptions()
public java.lang.String toString()
toString in class java.lang.Object