Package ghidra.program.util
Class ProgramConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.util.ProgramConflictException
- All Implemented Interfaces:
Serializable
Exception for incompatible programs when comparing programs for differences
or when merging program differences.
- 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
-
ProgramConflictException
public ProgramConflictException()Constructor -
ProgramConflictException
Constructor- Parameters:
msg
- detailed message
-