Package ghidra.util.datastruct
Class DataStructureErrorHandlerFactory
java.lang.Object
ghidra.util.datastruct.DataStructureErrorHandlerFactory
A class data structures can use to delegate error handling responsibilities to system-level
decision making. This allows for specialized error handling in testing mode.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataStructureErrorHandlerFactory
public DataStructureErrorHandlerFactory()
-
-
Method Details
-
createListenerErrorHandler
Creates aListenerErrorHandler
- Returns:
- the error handler
-