com.ontimize.util.gis.common
Class GisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ontimize.util.gis.common.GisException
- All Implemented Interfaces:
- java.io.Serializable
public class GisException
- extends java.lang.Exception
Ontimize Gis modulo exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXCEPTION_UNKNOW
public static final int EXCEPTION_UNKNOW
- See Also:
- Constant Field Values
EXCEPTION_CACHE
public static final int EXCEPTION_CACHE
- See Also:
- Constant Field Values
EXCEPTION_LAYER_CONF
public static final int EXCEPTION_LAYER_CONF
- See Also:
- Constant Field Values
EXCEPTION_DATA_MANAGER
public static final int EXCEPTION_DATA_MANAGER
- See Also:
- Constant Field Values
EXCEPTION_DATA_PROVIDER
public static final int EXCEPTION_DATA_PROVIDER
- See Also:
- Constant Field Values
EXCEPTION_CONFIGURATION_PARAMETERS
public static final int EXCEPTION_CONFIGURATION_PARAMETERS
- See Also:
- Constant Field Values
EXCEPTION_WFS
public static final int EXCEPTION_WFS
- See Also:
- Constant Field Values
exceptionType
protected int exceptionType
GisException
public GisException()
GisException
public GisException(java.lang.String message)
GisException
public GisException(java.lang.String message,
int exceptionType)
getExceptionType
public int getExceptionType()