Class HuffmanException

All Implemented Interfaces:
Serializable

public class HuffmanException extends RuntimeException
Standard exception type thrown by the Huffman compression.
See Also:
  • Constructor Details

    • HuffmanException

      public HuffmanException()
      Constructs a new HuffmanException with null as its error message string.
    • HuffmanException

      public HuffmanException(String message)
      Constructs a new HuffmanException with message as its error message string.

      Parameters:
      message - Error message string.