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
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 Summary
ConstructorsConstructorDescriptionPackageFilterException
(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 Details
-
PackageFilterException
Instantiates exception.- Parameters:
packageName
- package name or file of packagecause
- cause, which raised this exception
-