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.6 2003/06/01 12:35:41 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Constructor Summary |
ConnectedParameterException(String message,
Object component,
String parameterName,
String propertyName)
|
ConnectedParameterException(String message,
Object component,
String parameterName,
String propertyName,
ILocation location,
Throwable rootCause)
|
ConnectedParameterException(String message,
Object component,
String parameterName,
String propertyName,
Throwable rootCause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectedParameterException
public ConnectedParameterException(String message,
Object component,
String parameterName,
String propertyName)
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
getParameterName
public String getParameterName()
getPropertyName
public String getPropertyName()