Class FunctionComparisonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.features.bsim.gui.search.results.FunctionComparisonException
- All Implemented Interfaces:
Serializable
An exception that can be thrown if an error is encountered while trying to compare two functions
or apply information between them.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorFunctionComparisonException
(String msg, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionComparisonException
Constructor- Parameters:
msg
- a message indicating details of the error.
-
FunctionComparisonException
Constructor- Parameters:
msg
- a message indicating details of the error.cause
- another exception indicating the cause that led to this error exception.
-