com.adventnet.html.staticssi
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adventnet.html.staticssi.ParseException
All Implemented Interfaces:
java.io.Serializable

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

ParseException

public ParseException(java.lang.String msg)
Constructor for ParseException with exception error message.

Parameters:
msg - the exception messge.