com.adventnet.html.staticssi
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.html.staticssi.ParseException

public class ParseException
extends java.lang.Exception

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).

See Also:
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String msg)
Constructor for ParseException with exception error message.
Parameters:
msg - the exception messge.