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:
java.io.Serializable
public class NoValueException extends UsrException
Exception thrown if there is no value at a requested index.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NoValueException
noValueException
-
Constructor Summary
Constructors Constructor Description NoValueException()
Default constructorNoValueException(java.lang.String message)
Constructor
-
-
-
Field Detail
-
noValueException
public static final NoValueException noValueException
-
-