Exception | Description |
---|---|
EmptyPanelGroupException |
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. |
EmptyPanelGroupGUIException |
When an object of type
IPanelGroup hasn't any of its registered panels in its GUI
launches an exception of this kind. |
ListCouldntAddPanelException |
It's possible that during the loading process of an
IPanelGroupLoader , any of the panels
that are being added could failed. |
ListCouldntLoadPanelException |
It's possible that during the loading process of an
IPanelGroupLoader , any of the panels
that are being loaded could failed. |
PanelBaseException |
Adapts any Java exception produced working with panels to be dealed in as a
BaseException . |
PanelWithNoPreferredSizeDefinedException |
If an object of type
IPanelGroup tries to load a panel that its preferred sized
hasn't been initialized, (not the default preferred size), then an exception of this kind will be
launched. |