public class Problem extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Problem> |
PROBLEM_BY_BEGIN_POSITION
Sorts problems on position.
|
| Constructor and Description |
|---|
Problem(String message,
TokenRange location,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Throwable> |
getCause() |
Optional<TokenRange> |
getLocation() |
String |
getMessage() |
String |
getVerboseMessage() |
String |
toString() |
public static Comparator<Problem> PROBLEM_BY_BEGIN_POSITION
public Problem(String message, TokenRange location, Throwable cause)
public String getMessage()
public String getVerboseMessage()
public Optional<TokenRange> getLocation()
Copyright © 2007–2024. All rights reserved.