|
||||||||||
| 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.helper.html.HtmlParserException
public class HtmlParserException
| Constructor Summary | |
|---|---|
HtmlParserException()
Constructs an HtmlParserException with no detail message. |
|
HtmlParserException(String msg)
Constructs an HtmlParserException with the specified detail message. |
|
HtmlParserException(String msg,
Throwable source)
Constructs an HtmlParserException with the specified detail message and cause. |
|
HtmlParserException(Throwable source)
Constructs an HtmlParserException 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 HtmlParserException()
public HtmlParserException(String msg)
msg - The detail message.
public HtmlParserException(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 HtmlParserException(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 | |||||||||