Class SortException

All Implemented Interfaces:
Serializable

public class SortException extends Exception
Just a quick SortException class to give us the relevant data type
See Also:
  • Constructor Details

    • SortException

      public SortException()
    • SortException

      public SortException(String message)
    • SortException

      public SortException(String message, Throwable cause)
    • SortException

      public SortException(Throwable cause)