Class NoSuchIndexException

All Implemented Interfaces:
Serializable

public class NoSuchIndexException extends UsrException
Exception thrown if a requested index does not exist.
See Also:
  • Field Details

    • 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.
  • Constructor Details

    • NoSuchIndexException

      public NoSuchIndexException()
      Default constructor
    • NoSuchIndexException

      public NoSuchIndexException(String msg)
      Constructor
      Parameters:
      msg - detailed message