Package org.gvsig.fmap.mapcontext
Class MapContextRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontext.MapContextRuntimeException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
- Direct Known Subclasses:
InvalidRegisteredClassException,RegisteredClassInstantiationException
public class MapContextRuntimeException
extends org.gvsig.tools.exception.BaseRuntimeException
Parent class for MapContext runtime exceptions.
- Author:
- Cèsar Ordiñana
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMapContextRuntimeException(String message, String key, long code) protectedMapContextRuntimeException(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
-
MapContextRuntimeException
- See Also:
-
MapContextRuntimeException
- See Also:
-
MapContextRuntimeException
-