Package ghidra.program.model.listing
Class FunctionOverlapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.listing.FunctionOverlapException
- All Implemented Interfaces:
Serializable
FunctionOverlapException
is thrown in cases where
a function creation or change would result in overlapping functions.- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionOverlapException
public FunctionOverlapException()Constructor -
FunctionOverlapException
Constructor- Parameters:
msg
- detailed message
-