Package com.microstrategy.web.beans
Class BeanNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.microstrategy.utils.MSTRUncheckedException
- 
- com.microstrategy.web.beans.BeanNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
- LocalizableException,- java.io.Serializable
 
 public class BeanNotFoundException extends MSTRUncheckedException Exception thrown byLocalBeanFactoryandBeanFactorymethods when a bean type name cannot be resolved to a class. See the documentation for these classes for more information.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BeanNotFoundException(java.lang.String beanName)Create aBeanNotFoundException, given a bean type name.
 - 
Method Summary- 
Methods inherited from class com.microstrategy.utils.MSTRUncheckedExceptiongetCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getRootCause, setCause, setDefaultLocale
 
- 
 
-