edu.washington.cs.supple.render
Class RenderingException

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

public class RenderingException
extends java.lang.RuntimeException

Author:
kgajos Parent for all rendering exceptions
See Also:
Serialized Form

Field Summary
protected  UiObject object
           
 
Constructor Summary
RenderingException(UiObject object, java.lang.String message)
           
 
Method Summary
 UiObject 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

RenderingException

public RenderingException(UiObject object,
                          java.lang.String message)
Parameters:
object -
message -
Method Detail

getObject

public UiObject getObject()