Class PackInvalidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PackInvalidException
    extends java.io.IOException
    Thrown when a PackFile previously failed and is known to be unusable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PackInvalidException​(java.io.File path)
      Construct a pack invalid error.
      PackInvalidException​(java.lang.String path)
      Construct a pack invalid 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

      • PackInvalidException

        public PackInvalidException​(java.io.File path)
        Construct a pack invalid error.
        Parameters:
        path - path of the invalid pack file.
      • PackInvalidException

        public PackInvalidException​(java.lang.String path)
        Construct a pack invalid error.
        Parameters:
        path - path of the invalid pack file.