ostore.archive
Class ErasureException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ostore.archive.ErasureException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ErasureDecodeException, ErasureEncodeException
- public abstract class ErasureException
- extends Exception
The ErasureException
is thrown if an exception condition occurs
during an erasure process.
- Version:
- $Id: ErasureException.java,v 1.2 2002/03/11 19:28:20 hweather Exp $
- Author:
- Hakim Weatherspoon
- See Also:
Erasure
,
Serialized Form
Constructor Summary |
ErasureException(String msg)
CONSTRUCTOR:
Initialize ErasureException class with specified parameters. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErasureException
public ErasureException(String msg)
- CONSTRUCTOR:
Initialize
ErasureException
class with specified parameters.
- Parameters:
msg
- = error msg produced by encode method.