Class RankException

  • All Implemented Interfaces:
    Serializable

    public class RankException
    extends QDLException
    Thrown when trying to access parts of stems that don't exist.

    Created by Jeff Gaynor
    on 3/22/21 at 2:28 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • RankException

        public RankException()
      • RankException

        public RankException​(Throwable cause)
      • RankException

        public RankException​(String message)
      • RankException

        public RankException​(String message,
                             Throwable cause)