public class ValidationError extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ValidationError.Sink |
Constructor and Description |
---|
ValidationError(String message) |
ValidationError(String file,
int line,
String message) |
ValidationError(String file,
String message) |
Modifier and Type | Method and Description |
---|---|
static ValidationError.Sink |
createLoggerSink(String message,
org.slf4j.Logger log) |
String |
getMessage() |
String |
toString() |
public ValidationError(String message)