| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry.ApplicationRuntimeException
org.apache.tapestry.param.ConnectedParameterException
public class ConnectedParameterException
Identifies exceptions in connected parameters (parameters that are automatically assigned to component properties by the framework).
| 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 | 
|---|
public ConnectedParameterException(String message,
                                   Object component,
                                   String parameterName,
                                   String propertyName,
                                   Throwable rootCause)
public ConnectedParameterException(String message,
                                   Object component,
                                   String parameterName,
                                   String propertyName,
                                   ILocation location,
                                   Throwable rootCause)
| Method Detail | 
|---|
public String getParameterName()
public String getPropertyName()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||