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

    • MapContextRuntimeException

      protected MapContextRuntimeException(String message, String key, long code)
      See Also:
      • BaseException(String, String, long)
    • MapContextRuntimeException

      protected MapContextRuntimeException(String message, Throwable cause, String key, long code)
      See Also:
      • BaseException(String, Throwable, String, long)
    • MapContextRuntimeException

      public MapContextRuntimeException(Throwable cause)