Class MapContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.mapcontext.MapContextException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
CreateLayerException, LegendException, LoadLayerException, ReadLegendException, SymbolException, WriteLegendException

public abstract class MapContextException extends org.gvsig.tools.exception.BaseException
Parent class for MapContext exceptions.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • MapContextException

      protected MapContextException(String message, String key, long code)
      See Also:
      • BaseException(String, String, long)
    • MapContextException

      protected MapContextException(String message, Throwable cause, String key, long code)
      See Also:
      • BaseException(String, Throwable, String, long)
    • MapContextException

      public MapContextException(Throwable cause)