objectivehtml.exception
Class ObjectiveHtmlRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--objectivehtml.exception.ObjectiveHtmlRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HtmlWidgetRuntimeException, OMSRuntimeException

public class ObjectiveHtmlRuntimeException
extends java.lang.RuntimeException

This is the base runtime exception.

See Also:
Serialized Form

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

ObjectiveHtmlRuntimeException

public ObjectiveHtmlRuntimeException()

ObjectiveHtmlRuntimeException

public ObjectiveHtmlRuntimeException(java.lang.String sExceptionMessage)