org.yenc
Class CRCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.yenc.YEncException
                    |
                    +--org.yenc.CRCException

public class CRCException
extends YEncException

Thrown to indicate a CRC mismatch. This mismatch can be either on the CRC of the whole file or the CRC of a part.

Author:
Luis Parravicini
See Also:
Serialized Form

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

Constructor Detail

CRCException

public CRCException(java.lang.String s)