public interface ErrorListener
Modifier and Type | Field | Description |
---|---|---|
static ErrorListener |
NULL |
No-op listener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
onError(Throwable t,
Location loc,
String msg) |
|
void |
onWarning(Throwable t,
Location loc,
String msg) |
Copyright © 2018. All rights reserved.