Package ghidra.program.model.listing
Class IncompatibleLanguageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.program.model.listing.IncompatibleLanguageException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleLanguageException extends java.lang.Exception
Exception thrown when attempting to replace one language in a program with another that is not "address space" compatable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleLanguageException(java.lang.String msg)
Constructs a new IncompatibleLanguageExcepton
-