Package ghidra.util.datastruct
Class NoSuchIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.util.datastruct.NoSuchIndexException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchIndexException extends UsrException
Exception thrown if a requested index does not exist.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NoSuchIndexException
noSuchIndexException
Static constructor for this exception with a generic message.
-
Constructor Summary
Constructors Constructor Description NoSuchIndexException()
Default constructorNoSuchIndexException(java.lang.String msg)
Constructor
-
-
-
Field Detail
-
noSuchIndexException
public static final NoSuchIndexException noSuchIndexException
Static constructor for this exception with a generic message. Use this for efficiency when the actual stack information isn't needed.
-
-