com.ice.tar
Class InvalidHeaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.ice.tar.InvalidHeaderException
All Implemented Interfaces:
Serializable

public class InvalidHeaderException
extends IOException

This exception is used to indicate that there is a problem with a TAR archive header.

See Also:
Serialized Form

Constructor Summary
InvalidHeaderException()
           
InvalidHeaderException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidHeaderException

public InvalidHeaderException()

InvalidHeaderException

public InvalidHeaderException(String msg)


This software has been placed into the public domain.