Package com.java.pojo.api
Class PackageFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.java.pojo.api.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackageFilterException(String packageName, IOException cause)
Instantiates exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PackageFilterException
public PackageFilterException(String packageName, IOException cause)
Instantiates exception.- Parameters:
packageName
- package name or file of packagecause
- cause, which raised this exception
-
-