Package 

Class MapEngineException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class MapEngineException
    extends Exception
                        

    Exception indicating map engine failed or is invalid.

    Thrown by the corresponding public API when the error condition is detected. Catch and handle per integration guidance; message text is for diagnostics only.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MapEngineException(String message)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapEngineException

        MapEngineException(String message)
    • Method Detail