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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait