org.at4j.tar
Class TarFileParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.at4j.support.lang.At4JException
org.at4j.tar.TarFileParseException
- All Implemented Interfaces:
- Serializable
public class TarFileParseException
- extends At4JException
This exception is thrown by the TarFile
if it cannot parse a tar
file.
- 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 |
TarFileParseException
public TarFileParseException(String msg)
TarFileParseException
public TarFileParseException(Throwable t)
TarFileParseException
public TarFileParseException(String msg,
Throwable t)