org.apache.tapestry.param
Class ConnectedParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.tapestry.ApplicationRuntimeException
                  extended byorg.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.9 2004/02/19 17:37:54 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()