|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.semanticdesktop.aperture.subcrawler.SubCrawlerException
public class SubCrawlerException
Thrown to indicate that an error occurred while extracting information from an InputStream by a SubCrawler. A typical use case of this exception is for reporting parse errors.
| Constructor Summary | |
|---|---|
SubCrawlerException()
Constructs an SubCrawlerException with no detail message. |
|
SubCrawlerException(String msg)
Constructs a SubCrawlerException with the specified detail message. |
|
SubCrawlerException(String msg,
Throwable source)
Constructs an SubCrawlerException with the specified detail message and cause. |
|
SubCrawlerException(Throwable source)
Constructs a SubCrawlerException with the specified cause and a detail message of (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubCrawlerException()
public SubCrawlerException(String msg)
msg - The detail message.
public SubCrawlerException(String msg,
Throwable source)
msg - The detail message.source - The cause, which is saved for later retrieval by the Throwable.getCause() method. A
null value is permitted, and indicates that the cause is nonexistent or unknown.public SubCrawlerException(Throwable source)
source - The cause, which is saved for later retrieval by the Throwable.getCause() method. A
null value is permitted, and indicates that the cause is nonexistent or unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||