Package edu.gvsu.kurmasz.warszawa.io
Class InputHelper.FilterFactory.FilterFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.gvsu.kurmasz.warszawa.io.InputHelper.FilterFactory.FilterFactoryException
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- InputHelper.FilterFactory
public static class InputHelper.FilterFactory.FilterFactoryException
extends java.lang.RuntimeException
Thrown if there is a problem creating or using the new
InputStream
(e.g.,
thrown if the user attempts to use a CBZip2InputStream
on data that is not compressed in bzip2
format).- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FilterFactoryException(java.lang.String message)
FilterFactoryException(java.lang.String message, java.lang.Throwable t)
-
Method Summary
-
Constructor Details
-
FilterFactoryException
public FilterFactoryException(java.lang.String message, java.lang.Throwable t) -
FilterFactoryException
public FilterFactoryException(java.lang.String message)
-