org.at4j.comp.prog
Class IgnoreFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IgnoreFileException
public IgnoreFileException(String msg)