|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.i18n.AbstractMessageBean de.smartics.properties.integration.cdi.extension.ConfigurationMessageBean
public class ConfigurationMessageBean
This MessageBean is used when a miss configuration happened. Either when no class could be found or too many classes with the marker annotation Application
.
Field Summary |
---|
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
code, localizedInfo |
Constructor Summary | |
---|---|
ConfigurationMessageBean() Constructor used when no class could be found with the marker annotation Application . |
|
ConfigurationMessageBean(List<javax.enterprise.inject.spi.Bean<?>> annotatedBeans) Constructor when too many classes are annotated with the marker annotation Application . |
Method Summary | |
---|---|
static ConfigurationMessageBean |
noClassAnnotated() Creates a message bean for convenience. |
static ConfigurationMessageBean |
tooManyClassesAnnotated(List<javax.enterprise.inject.spi.Bean<?>> annotatedBeans) Creates a message bean for convenience. |
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
getCause, getCauseTrail, getCauseTrail, getClassLoader, getCode, getLocalizedInfo, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationMessageBean(List<javax.enterprise.inject.spi.Bean<?>> annotatedBeans)
Application
.
annotatedBeans
- the beans that have been annotated with the
Application
annotation.
public ConfigurationMessageBean()
Application
.
Method Detail |
---|
public static ConfigurationMessageBean noClassAnnotated()
public static ConfigurationMessageBean tooManyClassesAnnotated(List<javax.enterprise.inject.spi.Bean<?>> annotatedBeans)
annotatedBeans
- the annotated beans list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |