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:
Serializable
Exception thrown if a requested index does not exist.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NoSuchIndexException
Static constructor for this exception with a generic message. -
Constructor Summary
ConstructorDescriptionDefault constructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
noSuchIndexException
Static constructor for this exception with a generic message. Use this for efficiency when the actual stack information isn't needed.
-
-
Constructor Details
-
NoSuchIndexException
public NoSuchIndexException()Default constructor -
NoSuchIndexException
Constructor- Parameters:
msg
- detailed message
-