Class SymbolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.mapcontext.MapContextException
org.gvsig.fmap.mapcontext.rendering.symbols.SymbolException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
LoadSymbolException, SaveSymbolException, SymbolFileAlreadyExistsException

public abstract class SymbolException extends MapContextException
Parent exception of symbol related exceptions.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • SymbolException

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

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