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:
Serializable
Exception thrown when a code unit cannot be created.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodeUnitInsertionException
Constructor- Parameters:
msg
- detailed message
-