Class 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 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.