Package ghidra.util.datastruct
Interface ListenerErrorHandler
public interface ListenerErrorHandler
A simple interface that allows listener structures to use different error handling
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(Object listener, Throwable t) Handles the given error
-
Method Details
-
handleError
Handles the given error- Parameters:
listener- the listener that generated the errort- the error
-