com.primix.tapestry
Class RequiredParameterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.primix.tapestry.RequestCycleException
|
+--com.primix.tapestry.RequiredParameterException
- All Implemented Interfaces:
- java.io.Serializable
- public class RequiredParameterException
- extends RequestCycleException
Exception thown when an IBinding
required by a component does not
exist, or when the value for the binding is null (and the component
requires a non-null value).
- Version:
- $Id: RequiredParameterException.java,v 1.6 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 |
RequiredParameterException
public RequiredParameterException(IComponent component,
java.lang.String parameterName,
IBinding binding)
getParameterName
public java.lang.String getParameterName()
getBinding
public IBinding getBinding()