com.coyotegulch.jisp
public class HuffmanException extends RuntimeException
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.
|
HuffmanException
with null as its error message string.HuffmanException
with message
as its error
message string.
Parameters: message Error message string.