Package org.gvsig.fmap.dal.exception
Class DataRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.exception.DataRuntimeException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
- Direct Known Subclasses:
CloneException,ConcurrentDataModificationException,CopyParametersException,DataEvaluatorRuntimeException,IllegalValueException,ReadRuntimeException,ReversedSelectionIteratorException,SetReadOnlyAttributeException,UnsupportedDataTypeException,UnsupportedGeometryException
public class DataRuntimeException
extends org.gvsig.tools.exception.BaseRuntimeException
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionDataRuntimeException(String message) DataRuntimeException(String messageFormat, String messageKey, long code) DataRuntimeException(String message, Throwable cause) DataRuntimeException(String messageFormat, Throwable cause, String messageKey, long code) -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DataRuntimeException
-
DataRuntimeException
-
DataRuntimeException
-
DataRuntimeException
-