ucar.unidata.io.bzip2
Class BZip2ReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BZip2ReadException()
          Create a new BZip2ReadException with no message
BZip2ReadException(String message)
          Create a new BZip2ReadException with the 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

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.