stella.exception
Class ChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.