org.gvsig.fmap.geom.operation
Class GeometryOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.geom.operation.GeometryOperationException
- All Implemented Interfaces:
- Serializable, IBaseException
public class GeometryOperationException
- extends BaseException
- Author:
- Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
- See Also:
- Serialized Form
|
Constructor Summary |
GeometryOperationException(Exception e)
Constructor to use when this is caused by another Exception
but there is not further context data available. |
GeometryOperationException(int geometryType,
int operationCode)
Constructor with some context data for cases in which the root cause of
this is internal (usually an unsatisfied logic rule). |
GeometryOperationException(int geometryType,
int operationCode,
Exception e)
Main constructor that provides both context data and a cause Exception |
| Methods inherited from class org.gvsig.tools.exception.BaseException |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue |
GeometryOperationException
public GeometryOperationException(int geometryType,
int operationCode)
- Constructor with some context data for cases in which the root cause of
this is internal (usually an unsatisfied logic rule).
- Parameters:
geometryType - operationCode -
GeometryOperationException
public GeometryOperationException(Exception e)
- Constructor to use when
this is caused by another Exception
but there is not further context data available.
- Parameters:
e -
GeometryOperationException
public GeometryOperationException(int geometryType,
int operationCode,
Exception e)
- Main constructor that provides both context data and a cause Exception
- Parameters:
geometryType - operationCode - exp -
values
protected Map values()
- Overrides:
values in class BaseException
Copyright © 2004-2013 gvSIG. All Rights Reserved.