public class Problem extends Object
| Constructor and Description |
|---|
Problem(ProblemSeverity severity,
CallLocation location,
String text,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
CallLocation |
getLocation() |
Object[] |
getParams() |
ProblemSeverity |
getSeverity() |
String |
getText() |
void |
render(ProblemTextConsumer consumer) |
public Problem(ProblemSeverity severity, CallLocation location, String text, Object[] params)
public ProblemSeverity getSeverity()
public CallLocation getLocation()
public String getText()
public Object[] getParams()
public void render(ProblemTextConsumer consumer)
Copyright © 2015. All rights reserved.