Class ListCouldntAddPanelException

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.ListCouldntAddPanelException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, SequencedCollection, org.gvsig.tools.exception.IBaseException

public class ListCouldntAddPanelException extends org.gvsig.tools.exception.ListBaseException

It's possible that during the loading process of an IPanelGroupLoader, any of the panels that are being added could failed. To avoid stop the process, the exception launched will be caught and stored in a ListCouldntAddPanelException.

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

    • ListCouldntAddPanelException

      public ListCouldntAddPanelException()

      Creates an initializes a new instance of ListCouldntAddPanelException.

  • Method Details

    • values

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