Class UnsortedFileException

All Implemented Interfaces:
Serializable

public class UnsortedFileException extends RuntimeException
an exception for when we've discovered that an input file is unsorted; sorted files are required by Tribble
See Also:
  • Constructor Details

    • UnsortedFileException

      public UnsortedFileException(Throwable cause)
    • UnsortedFileException

      public UnsortedFileException(String message, Throwable cause)
    • UnsortedFileException

      public UnsortedFileException(String message)
    • UnsortedFileException

      public UnsortedFileException()