Package 

Class MapException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class MapException
    extends RuntimeException
                        

    A data class holding all the exceptions messages for Map module.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public @interface MapException.Message

      Interface that defines all of the exceptions messages that can be thrown within the map module:

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • MapException

        MapException(String message)
    • Method Detail