|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.adventnet.html.staticssi.ParseException
PraseException will be thrown by the HtmlParser. If the parser encounters any syntax error in SSI tags this exception will be thrown. This exception must be caught by the user and don't send response html page to the browser (client).
HtmlParser, Serialized Form| Constructor Summary | |
ParseException(java.lang.String msg)
Constructor for ParseException with exception error message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ParseException(java.lang.String msg)
msg - the exception messge.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||