Class MapLevelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MapLevelAlreadyExistException, MapLevelBuilderCellCoordinatesStackingException, MapLevelCoordinatesOutOfBoundException, MapLevelDoesNotExistException, MapLevelEntityNameStackingException

public abstract class MapLevelException
extends java.lang.Exception
A custom exception used to regroup all exception relative to class MapLevel
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected MapLevelException​(java.lang.String msg)
    Constructor
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MapLevelException

      protected MapLevelException​(java.lang.String msg)
      Constructor
      Parameters:
      msg - the message show in the exception