stella.exception
Class ChecksumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by stella.exception.ChecksumException
All Implemented Interfaces:
Serializable

public class ChecksumException
extends IOException

An exception to signal checksumming errors.

See Also:
Serialized Form

Constructor Summary
ChecksumException()
          Constructs a new checksum exception with no detailed error message.
ChecksumException(String s)
          Constructs a new checksum exception with a detailed error message.
 
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

ChecksumException

public ChecksumException()
Constructs a new checksum exception with no detailed error message.


ChecksumException

public ChecksumException(String s)
Constructs a new checksum exception with a detailed error message.

Parameters:
s - The detailed error message.