Package ghidra.util.exception
Class NoValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.util.exception.NoValueException
- All Implemented Interfaces:
Serializable
Exception thrown if there is no value at a
requested index.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
noValueException
-
-
Constructor Details
-
NoValueException
public NoValueException()Default constructor -
NoValueException
Constructor- Parameters:
message
- detailed message
-