org.semanticdesktop.aperture.subcrawler
Class PathNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.semanticdesktop.aperture.subcrawler.PathNotFoundException
- All Implemented Interfaces:
- Serializable
public class PathNotFoundException
- extends IOException
Thrown by SubCrawlers when the requested path did not point to an existing resource.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PathNotFoundException
public PathNotFoundException(String className,
URI uri,
String path)
- Constructor accepting a path
- Parameters:
uri
- the uri of the data object where the subcrawler looked for the resource with the given pathpath
- the path that has not been found
Copyright © 2010 Aperture Development Team. All Rights Reserved.