edu.iris.dmc.seedcodec
Class SteimException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.iris.dmc.seedcodec.CodecException
              extended by edu.iris.dmc.seedcodec.SteimException
All Implemented Interfaces:
java.io.Serializable

public class SteimException
extends CodecException

A type of exception specific to problems encountered with Steim compression.

Version:
11/20/2002
Author:
Robert Casey
See Also:
Serialized Form

Constructor Summary
SteimException()
           
SteimException(java.lang.String s)
           
 
Method Summary
 
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

SteimException

public SteimException()

SteimException

public SteimException(java.lang.String s)