Package ghidra.program.model.listing
Class DuplicateGroupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.program.model.listing.DuplicateGroupException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateGroupException extends UsrException
DuplicateGroupException
is thrown when a fragment or child is added to a module and that fragment or module is already a child.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateGroupException()
Creates a new exception with the default message.DuplicateGroupException(java.lang.String usrMessage)
Creates a new exception with the given user message.
-