Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Constructor Detail

      • NoSuchIndexException

        public NoSuchIndexException()
        Default constructor
      • NoSuchIndexException

        public NoSuchIndexException​(java.lang.String msg)
        Constructor
        Parameters:
        msg - detailed message