org.at4j.comp.prog
Class IgnoreFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.at4j.comp.prog.IgnoreFileException
All Implemented Interfaces:
Serializable

public class IgnoreFileException
extends Exception

This exception is thrown by a compression program when an input file should be ignored for some reason.

The message of the exception is printed to stderr by the method catching it.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
IgnoreFileException(String msg)
           
 
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

IgnoreFileException

public IgnoreFileException(String msg)