|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.primix.tapestry.BindingException | +--com.primix.tapestry.NullValueForBindingException
Indicates that an IBinding
could not retrieve a
non-null value. This is used when coercing certain tghe value to
another type, such as int
.
IBinding
, Serialized FormConstructor Summary | |
NullValueForBindingException(IBinding binding)
|
Methods inherited from class com.primix.tapestry.BindingException |
getBinding, getRootCase |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NullValueForBindingException(IBinding binding)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |