Class CircularDependencyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.listing.CircularDependencyException
All Implemented Interfaces:
Serializable

public class CircularDependencyException extends UsrException
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 Details

    • CircularDependencyException

      public CircularDependencyException()
      Constructor
    • CircularDependencyException

      public CircularDependencyException(String msg)
      Constructor
      Parameters:
      msg - detailed message