Class PackageFilterException

All Implemented Interfaces:
Serializable

public class PackageFilterException extends RuntimeException
Exception is thrown when package or converted to filename package does not exist in file system.
Since:
0.5.0
Author:
Piotr JoĊ„ski
See Also:
  • Constructor Details

    • PackageFilterException

      public PackageFilterException(String packageName, IOException cause)
      Instantiates exception.
      Parameters:
      packageName - package name or file of package
      cause - cause, which raised this exception