Class SymbolDrawingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontext.rendering.symbols.SymbolDrawingException
All Implemented Interfaces:
Serializable

public class SymbolDrawingException extends Exception
Exception thrown when a symbol cannot be drawn. The type of the exception will determine the cause.
  1. Unsupported set of settings: getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS
  2. Shape type mismatch: getType() == SymbolDrawingException.SHAPETYPE_MISMATCH
Author:
jaume dominguez faus - jaume.dominguez@iver.es
See Also:
  • Field Details

    • UNSUPPORTED_SET_OF_SETTINGS

      public static final int UNSUPPORTED_SET_OF_SETTINGS
      See Also:
    • SHAPETYPE_MISMATCH

      public static final int SHAPETYPE_MISMATCH
      See Also:
    • STR_UNSUPPORTED_SET_OF_SETTINGS

      public static final String STR_UNSUPPORTED_SET_OF_SETTINGS
  • Constructor Details

    • SymbolDrawingException

      public SymbolDrawingException(int type)
      Creates a new instance of this exception.
      1. Unsupported set of settings: getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS
      2. Shape type mismatch: getType() == SymbolDrawingException.SHAPETYPE_MISMATCH
  • Method Details

    • getType

      public int getType()