java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.rpm.exception.RpmException
org.xbib.rpm.exception.PathOutsideBuildPathException
- All Implemented Interfaces:
Serializable
Scan path for discovering files is not within a child path of the base build path.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathOutsideBuildPathException
- Parameters:
scanPath- Scan pathbuildPath- Build path
-