Package ghidra.program.model.listing
Class IncompatibleLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.model.listing.IncompatibleLanguageException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to replace one language in a program with another that
is not "address space" compatable.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new IncompatibleLanguageExcepton -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleLanguageException
Constructs a new IncompatibleLanguageExcepton
-