|
|||||||||
| 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.BindingException
public class BindingException
A general exception describing an IBinding
and an IComponent.
| Constructor Summary | |
|---|---|
BindingException(String message,
IBinding binding)
|
|
BindingException(String message,
IBinding binding,
Throwable rootCause)
|
|
BindingException(String message,
Object component,
ILocation location,
IBinding binding,
Throwable rootCause)
|
|
| Method Summary | |
|---|---|
IBinding |
getBinding()
|
| 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 BindingException(String message,
IBinding binding)
public BindingException(String message,
IBinding binding,
Throwable rootCause)
public BindingException(String message,
Object component,
ILocation location,
IBinding binding,
Throwable rootCause)
| Method Detail |
|---|
public IBinding getBinding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||