Package ghidra.util.exception
Class InvalidInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.util.exception.InvalidInputException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
VariableSizeException
public class InvalidInputException extends UsrException
Exception thrown if input is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidInputException()
Default constructorInvalidInputException(java.lang.String msg)
Constructor
-