|
|
||||||||||
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.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
de.mindmatters.faces.spring.FacesBeansException
de.mindmatters.faces.spring.factory.BeanNotOfRequiredTypeException
Thrown when a faces bean doesn't match the required type.
Constructor Summary | |
BeanNotOfRequiredTypeException(java.lang.String beanName,
java.lang.Class requiredType,
java.lang.Class actualType)
Create a new BeanNotOfRequiredTypeException. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanNotOfRequiredTypeException(java.lang.String beanName, java.lang.Class requiredType, java.lang.Class actualType)
beanName
- the name of the bean requestedrequiredType
- the required typeactualType
- the actual type returned, which did not match the expected
type
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |