Package ghidra.app.util.bin
Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.app.util.bin.InvalidDataException
- All Implemented Interfaces:
Serializable
An
IOException
that indicates that the data being transmitted was invalid or bad format.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidDataException
(String message) InvalidDataException
(String message, Throwable cause) InvalidDataException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
public InvalidDataException() -
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-