Class LegendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.mapcontext.MapContextException
org.gvsig.fmap.mapcontext.rendering.legend.LegendException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public abstract class LegendException extends MapContextException
Legend related exceptions.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • LegendException

      public LegendException(String message, String key, long code)
      See Also:
      • BaseException(String, String, long)
    • LegendException

      public LegendException(String message, Throwable cause, String key, long code)
      See Also:
      • BaseException(String, Throwable, String, long)