Class SymbolDrawingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontext.rendering.symbols.SymbolDrawingException
- All Implemented Interfaces:
Serializable
Exception thrown when a symbol cannot be drawn. The type of the exception
will determine the cause.
- Unsupported set of settings: getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS
- Shape type mismatch: getType() == SymbolDrawingException.SHAPETYPE_MISMATCH
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
-
Constructor Details
-
SymbolDrawingException
public SymbolDrawingException(int type) Creates a new instance of this exception.- Unsupported set of settings: getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS
- Shape type mismatch: getType() == SymbolDrawingException.SHAPETYPE_MISMATCH
-
-
Method Details
-
getType
public int getType()
-