objectivehtml.ohtmlc.exception
Class OHtmlCParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--objectivehtml.exception.ObjectiveHtmlException
                    |
                    +--objectivehtml.ohtmlc.exception.OHtmlCException
                          |
                          +--objectivehtml.ohtmlc.exception.OHtmlCParseException
All Implemented Interfaces:
java.io.Serializable

public class OHtmlCParseException
extends OHtmlCException

This exception is thrown when a html parse exception occurs.

See Also:
Serialized Form

Constructor Summary
OHtmlCParseException()
           
OHtmlCParseException(java.lang.String sExceptionMessage)
           
 
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

OHtmlCParseException

public OHtmlCParseException()

OHtmlCParseException

public OHtmlCParseException(java.lang.String sExceptionMessage)