Package 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- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BZip2ReadException()
Create a new BZip2ReadException with no messageBZip2ReadException(String message)
Create a new BZip2ReadException with the message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-