objectivehtml.ohtmlc.exception
Class OHtmlCException

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

public class OHtmlCException
extends ObjectiveHtmlException

This is the base exception of all ohtmlc exceptions.

See Also:
Serialized Form

Constructor Summary
OHtmlCException()
           
OHtmlCException(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

OHtmlCException

public OHtmlCException()

OHtmlCException

public OHtmlCException(java.lang.String sExceptionMessage)