com.primix.tapestry
Class RenderOnlyPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.primix.tapestry.ApplicationRuntimeException
|
+--com.primix.tapestry.RenderOnlyPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- public class RenderOnlyPropertyException
- extends ApplicationRuntimeException
Exception thrown when a property of an IComponent
is accessed that
is only valid while the component is actually rendering (such properties
are related to parameters, and satisfied by bindings
.
- Version:
- $Id: RenderOnlyPropertyException.java,v 1.5 2001/05/02 14:15:15 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
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 |
RenderOnlyPropertyException
public RenderOnlyPropertyException(IComponent component,
java.lang.String propertyName)
getPropertyName
public java.lang.String getPropertyName()
getComponent
public IComponent getComponent()