Package io.github.unknowncoder56.javaslc
Interface ErrorListener
public interface ErrorListener
An interface to implement the method for receiving error events.
-
Method Summary
-
Method Details
-
onError
Method to implement for receiving error events.- Parameters:
e- TheExceptionof the error.errorContext- The name of the method where the error occurred.
-