Package ghidra.program.model.util
Class CodeUnitInsertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.program.model.util.CodeUnitInsertionException
-
- All Implemented Interfaces:
java.io.Serializable
public class CodeUnitInsertionException extends UsrException
Exception thrown when a code unit cannot be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeUnitInsertionException(java.lang.String msg)
Constructor
-