ucar.unidata.io.bzip2
Class BZip2ReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ucar.unidata.io.bzip2.BZip2ReadException
- All Implemented Interfaces:
- Serializable
public class BZip2ReadException
- extends RuntimeException
Exception for BZip problems
- Version:
- $Revision: 1.1 $
- Author:
- IDV Development Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BZip2ReadException
public BZip2ReadException()
- Create a new BZip2ReadException with no message
BZip2ReadException
public BZip2ReadException(String message)
- Create a new BZip2ReadException with the message
- Parameters:
message
- detailed message associated with this exception
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.