objectivehtml.exception
Class ObjectiveHtmlException

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

public class ObjectiveHtmlException
extends java.lang.Exception

This is the base exception.

See Also:
Serialized Form

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

ObjectiveHtmlException

public ObjectiveHtmlException()

ObjectiveHtmlException

public ObjectiveHtmlException(java.lang.String sExceptionMessage)