public class EmptyPanelGroupException extends BaseException
When an object of type IPanelGroup tries to load panels, but
can't load any of them finally, then launches an exception of this kind.
code, formatString, messageKey| Constructor and Description |
|---|
EmptyPanelGroupException()
Creates an initializes a new instance of
EmptyPanelGroupException. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValuepublic EmptyPanelGroupException()
Creates an initializes a new instance of EmptyPanelGroupException.
protected java.util.Map<java.lang.String,java.lang.String> values()
values in class BaseException