Package ghidra.pcode.floatformat
Class UnsupportedFloatFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.error.LowlevelError
ghidra.pcode.floatformat.UnsupportedFloatFormatException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedFloatFormatException
(int formatSize) UnsupportedFloatFormatException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFloatFormatException
-
UnsupportedFloatFormatException
public UnsupportedFloatFormatException(int formatSize)
-