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:
java.io.Serializable
public class ProgramConflictException extends UsrException
Exception for incompatible programs when comparing programs for differences or when merging program differences.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgramConflictException()
ConstructorProgramConflictException(java.lang.String msg)
Constructor
-