-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MapEngineException extends Exception
A data class holding all the exceptions messages for Map module.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interface
MapEngineException.Message
Interface that defines all of the exceptions messages that can be thrown within the SDK and engine module:
-
Constructor Summary
Constructors Constructor Description MapEngineException(String message)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MapEngineException
MapEngineException(String message)
-
-
-
-