Class ESIMapException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class ESIMapException extends ESIException
Thrown when a serious error occurs in map processing.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • ESIMapException

      public ESIMapException()
      default constructor.

      Supported API: true
    • ESIMapException

      public ESIMapException(String msg)
      Passes message to base constructor.

      Supported API: true
      Parameters:
      msg - The message to pass to the base class constructor.
    • ESIMapException

      public ESIMapException(Exception e)
      Pass an exception to the base class.

      Supported API: true
      Parameters:
      e - The exception that is to be passed to the base class.