-
- 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:
-
Constructor Summary
Constructors Constructor Description MapException(String message)
-
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)
-
-
-
-