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:
 java.io.Serializable
public class CircularDependencyException extends UsrException
CircularDependencyExceptionis 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CircularDependencyException()ConstructorCircularDependencyException(java.lang.String msg)Constructor 
 -