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 SummaryFields Modifier and Type Field Description static NoValueExceptionnoValueException
 - 
Constructor SummaryConstructors Constructor Description NoValueException()Default constructorNoValueException(java.lang.String message)Constructor
 
- 
- 
- 
Field Detail- 
noValueExceptionpublic static final NoValueException noValueException 
 
- 
 
-