com.tagtraum.perf.util
Class HuffmanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.tagtraum.perf.util.HuffmanException
All Implemented Interfaces:
java.io.Serializable

public class HuffmanException
extends java.io.IOException

Signals a Huffman exception of some sort.

Version:
$Id: $
Author:
Hendrik Schreiber
See Also:
HuffmanTree, Serialized Form

Constructor Summary
HuffmanException()
           
HuffmanException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HuffmanException

public HuffmanException()

HuffmanException

public HuffmanException(java.lang.String s)


Copyright © 2002 Hendrik Schreiber
http://www.tagtraum.com/performance/
This software can be distributed under LGPL