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:
Serializable
DuplicateGroupException
is thrown when a fragment or child
is added to a module and that fragment or module is already a child.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new exception with the default message.DuplicateGroupException
(String usrMessage) Creates a new exception with the given user message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateGroupException
public DuplicateGroupException()Creates a new exception with the default message. -
DuplicateGroupException
Creates a new exception with the given user message.
-