public class ListCouldntLoadPanelException extends ListBaseException
It's possible that during the loading process of an IPanelGroupLoader, any of the panels
that are being loaded could failed. To avoid stop the process, the exception launched will be caught and
stored in an exception of this kind.
code| Modifier | Constructor and Description |
|---|---|
|
ListCouldntLoadPanelException()
Creates an initializes a new instance of
ListCouldntLoadPanelException. |
protected |
ListCouldntLoadPanelException(java.lang.String message,
java.lang.String key,
long code) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
values() |
add, add, addAll, addAll, clear, contains, containsAll, get, getLocalizedMessage, getMessage, getMessage, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, printStackTrace, printStackTrace, printStackTrace, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycontainsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValueaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected ListCouldntLoadPanelException(java.lang.String message,
java.lang.String key,
long code)
public ListCouldntLoadPanelException()
Creates an initializes a new instance of ListCouldntLoadPanelException.
protected java.util.Map<java.lang.String,java.lang.String> values()
values in class BaseException