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:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructor to be used in rare cases, usually you must create a new child exception class for each case.Constructor to be used in rare cases, usually you must create a new child exception class for each case.protectedVectorEditingRuntimeException(String message, String key, long code) protectedVectorEditingRuntimeException(String message, Throwable cause, String key, 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
-
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
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
- Parameters:
message- the default messageFormat to describe the exceptionkey- the key to use to search a localized messageFormnatacode- the unique code to identify the exception
-
VectorEditingRuntimeException
- Parameters:
message- the default messageFormat to describe the exceptioncause- the original cause of the exceptionkey- the key to use to search a localized messageFormnatacode- the unique code to identify the exception
-