org.eclipse.jgit.errors
Class PackInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.errors.PackInvalidException
All Implemented Interfaces:
Serializable

public class PackInvalidException
extends IOException

Thrown when a PackFile previously failed and is known to be unusable

See Also:
Serialized Form

Constructor Summary
PackInvalidException(File path)
          Construct a pack invalid error.
PackInvalidException(String path)
          Construct a pack invalid error.
 
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

PackInvalidException

public PackInvalidException(File path)
Construct a pack invalid error.

Parameters:
path - path of the invalid pack file.

PackInvalidException

public PackInvalidException(String path)
Construct a pack invalid error.

Parameters:
path - path of the invalid pack file.


Copyright © 2013. All Rights Reserved.