Package objectivehtml.htmlwidget.exception

This package contains all the exceptions that can be thrown from HtmlWidget objects.

See:
          Description

Exception Summary
HtmlWidgetException This is the base exception of all html widget exceptions.
HtmlWidgetRuntimeException This is the base exception of all html widget runtime exceptions.
InvalidAttributeException This is exception should be thrown when an attribute is attempted to changed when it can't be.
InvalidButtonTypeException This is exception should be thrown when an invalid button type is specified.
InvalidChildWidgetException This is exception should be thrown when a HtmlWidget has an invalid child Widget.
InvalidControlNameException This is exception should be thrown when a HtmlControlWidget has an invalid control name.
InvalidParentElementException This is exception should be thrown when a HtmlElement has an invalid parent HtmlElement.
InvalidParentWidgetException This is exception should be thrown when a HtmlWidget has an invalid parent Widget.
InvalidQuoteTypeException This is exception should be thrown when an invalid quote type is specified.
NotEqualsHtmlFormException This is exception should be thrown when an operation on 2 HtmlWidget require them to be contained within the same HtmlForm.
 

Package objectivehtml.htmlwidget.exception Description

This package contains all the exceptions that can be thrown from HtmlWidget objects.