public interface Messages
Modifier and Type | Method and Description |
---|---|
void |
error(File resource,
int line,
int column,
String message,
Throwable cause) |
void |
error(Path resource,
int line,
int column,
String message,
Throwable cause) |
void |
info(File resource,
int line,
int column,
String message,
Throwable cause) |
void |
info(Path resource,
int line,
int column,
String message,
Throwable cause) |
void |
warn(File resource,
int line,
int column,
String message,
Throwable cause) |
void |
warn(Path resource,
int line,
int column,
String message,
Throwable cause) |
Copyright © 2021. All rights reserved.