Package ghidra.program.model.listing
Class CircularDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.listing.CircularDependencyException
- All Implemented Interfaces:
Serializable
CircularDependencyException
is thrown in cases where
an action would cause the program's module structure to have a
"cycle", that is to have two module which are both ancestors and
descendants of each other.- 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
-
CircularDependencyException
public CircularDependencyException()Constructor -
CircularDependencyException
Constructor- Parameters:
msg
- detailed message
-