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:
java.io.Serializable
public class FunctionOverlapException extends UsrException
FunctionOverlapException
is thrown in cases where a function creation or change would result in overlapping functions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionOverlapException()
ConstructorFunctionOverlapException(java.lang.String msg)
Constructor
-