org.eclipse.actf.model.dom.html
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.model.dom.html.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

When a parser meets an unexpected and unrecoverable error, ParseException is thrown

See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructor of the Exception.
ParseException(String msg)
          Constructor of the Exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Constructor of the Exception.


ParseException

public ParseException(String msg)
Constructor of the Exception.

Parameters:
msg - Exception message