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:
  • Constructor Details

    • DataRuntimeException

      public DataRuntimeException(String message, Throwable cause)
    • DataRuntimeException

      public DataRuntimeException(String message)
    • DataRuntimeException

      public DataRuntimeException(String messageFormat, Throwable cause, String messageKey, long code)
    • DataRuntimeException

      public DataRuntimeException(String messageFormat, String messageKey, long code)