org.apache.tapestry.param
Class ConnectedParameterException

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

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 243791 2004-02-19 17:38:13Z hlship $
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()