Class VectorEditingRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.vectorediting.lib.api.exceptions.VectorEditingRuntimeException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
ProcessingValueRuntimeException

public class VectorEditingRuntimeException extends org.gvsig.tools.exception.BaseRuntimeException
Author:
gvSIG team.
See Also:
  • Constructor Details

    • VectorEditingRuntimeException

      public VectorEditingRuntimeException()
      Constructor to be used in rare cases, usually you must create a new child exception class for each case. Don't use this constructor in child classes.
    • VectorEditingRuntimeException

      public VectorEditingRuntimeException(Exception cause)
      Constructor to be used in rare cases, usually you must create a new child exception class for each case.

      Don't use this constructor in child classes.

      Parameters:
      cause - the original cause of the exception
    • VectorEditingRuntimeException

      protected VectorEditingRuntimeException(String message, String key, long code)
      Parameters:
      message - the default messageFormat to describe the exception
      key - the key to use to search a localized messageFormnata
      code - the unique code to identify the exception
    • VectorEditingRuntimeException

      protected VectorEditingRuntimeException(String message, Throwable cause, String key, long code)
      Parameters:
      message - the default messageFormat to describe the exception
      cause - the original cause of the exception
      key - the key to use to search a localized messageFormnata
      code - the unique code to identify the exception