Package ghidra.program.model.lang
Class IncompatibleMaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.lang.IncompatibleMaskException
- All Implemented Interfaces:
Serializable
An IncompatibleMaskException is thrown when operations are attempting involving two masks of different lengths.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstruct a new IncompatibleMaskException with no message.IncompatibleMaskException
(String message) constructs a new IncompatiblemaskException with a descriptive message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString