Package ghidra.app.util.bin.format.omf
Class OmfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.omf.OmfException
- All Implemented Interfaces:
Serializable
An
Exception
used to indicate there was a problem parsing an OMF record- 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
-
OmfException
Creates a newOmfException
- Parameters:
message
- The exception message
-