Class PackMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PackMismatchException
    extends java.io.IOException
    Thrown when a PackFile no longer matches the PackIndex.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PackMismatchException​(java.lang.String why)
      Construct a pack modification error.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PackMismatchException

        public PackMismatchException​(java.lang.String why)
        Construct a pack modification error.
        Parameters:
        why - description of the type of error.