Class DataListException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.tools.exception.ListBaseException
org.gvsig.fmap.dal.exception.DataListException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, SequencedCollection, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
AttributeFeatureTypeIntegrityException, DisposeResorceManagerException, FeatureTypeIntegrityException, ValidateDataParametersException

public abstract class DataListException extends org.gvsig.tools.exception.ListBaseException
See Also:
  • Field Details

    • values

      protected Map values
  • Constructor Details

    • DataListException

      public DataListException(String messageFormat, Throwable cause, String messageKey, long code)
    • DataListException

      public DataListException(String messageFormat, String messageKey, long code)
  • Method Details

    • setValue

      protected void setValue(String name, String value)
    • values

      protected Map values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseException