Class ListCouldntLoadPanelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.tools.exception.ListBaseException
org.gvsig.gui.beans.panelGroup.exceptions.ListCouldntLoadPanelException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, SequencedCollection, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
PanelGroupLoaderFromList.ListCouldntLoadPanelFromListException

public class ListCouldntLoadPanelException extends org.gvsig.tools.exception.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.

Version:
27/11/2007
Author:
Pablo Piqueras Bartolomé (pablo.piqueras@iver.es)
See Also:
  • Constructor Details

    • ListCouldntLoadPanelException

      protected ListCouldntLoadPanelException(String message, String key, long code)
    • ListCouldntLoadPanelException

      public ListCouldntLoadPanelException()

      Creates an initializes a new instance of ListCouldntLoadPanelException.

  • Method Details

    • values

      protected Map<String,String> values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseException