objectivehtml.htmlwidget.exception
Class HtmlWidgetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--objectivehtml.exception.ObjectiveHtmlException
                    |
                    +--objectivehtml.htmlwidget.exception.HtmlWidgetException
All Implemented Interfaces:
java.io.Serializable

public class HtmlWidgetException
extends ObjectiveHtmlException

This is the base exception of all html widget exceptions.

See Also:
Serialized Form

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

HtmlWidgetException

public HtmlWidgetException()

HtmlWidgetException

public HtmlWidgetException(java.lang.String sExceptionMessage)