com.coyotegulch.jisp

Class HuffmanException

public class HuffmanException extends RuntimeException

Standard exception type thrown by the Huffman compression.

See Also: Huffman

Constructor Summary
HuffmanException()
Constructs a new HuffmanException with null as its error message string.
HuffmanException(String message)
Constructs a new HuffmanException with message as its error message string.

Constructor Detail

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.