org.apache.tapestry.param
Class ConnectedParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.tapestry.ApplicationRuntimeException
                          |
                          +--org.apache.tapestry.param.ConnectedParameterException
All Implemented Interfaces:
ILocatable, Serializable

public class ConnectedParameterException
extends ApplicationRuntimeException

Identifies exceptions in connected parameters (parameters that are automatically assigned to component properties by the framework).

Since:
2.0.3
Version:
$Id: ConnectedParameterException.java,v 1.8 2004/01/19 21:32:21 hlship Exp $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
ConnectedParameterException(String message, Object component, String parameterName, String propertyName, ILocation location, Throwable rootCause)
           
ConnectedParameterException(String message, Object component, String parameterName, String propertyName, Throwable rootCause)
           
 
Method Summary
 String getParameterName()
           
 String getPropertyName()
           
 
Methods inherited from class org.apache.tapestry.ApplicationRuntimeException
getCause, getComponent, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

ConnectedParameterException

public ConnectedParameterException(String message,
                                   Object component,
                                   String parameterName,
                                   String propertyName,
                                   Throwable rootCause)

ConnectedParameterException

public ConnectedParameterException(String message,
                                   Object component,
                                   String parameterName,
                                   String propertyName,
                                   ILocation location,
                                   Throwable rootCause)
Since:
3.0
Method Detail

getParameterName

public String getParameterName()

getPropertyName

public String getPropertyName()