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