edu.washington.cs.supple.render
Class NoWidgetForObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.washington.cs.supple.render.RenderingException
                  extended byedu.washington.cs.supple.render.NoWidgetForObjectException
All Implemented Interfaces:
java.io.Serializable

public class NoWidgetForObjectException
extends RenderingException

Author:
kgajos An exception for reporting failure to find a suitable widget for a ui object
See Also:
Serialized Form

Field Summary
protected  UiObject object
           
 
Constructor Summary
NoWidgetForObjectException(UiObject object)
           
NoWidgetForObjectException(UiObject object, java.lang.String message)
           
 
Methods inherited from class edu.washington.cs.supple.render.RenderingException
getObject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

protected UiObject object
Constructor Detail

NoWidgetForObjectException

public NoWidgetForObjectException(UiObject object,
                                  java.lang.String message)

NoWidgetForObjectException

public NoWidgetForObjectException(UiObject object)