Class MapLevelBuilderCellCoordinatesStackingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelException
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelBuilderCellCoordinatesStackingException
- All Implemented Interfaces:
java.io.Serializable
public class MapLevelBuilderCellCoordinatesStackingException extends MapLevelException
- See Also:
MapLevelException
, Serialized Form
-
Constructor Summary
Constructors Constructor Description MapLevelBuilderCellCoordinatesStackingException(MapLevelBuilder mapLevelBuilder, Cell cell1, Cell cell2)
ConstructorMapLevelBuilderCellCoordinatesStackingException(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
-
MapLevelBuilderCellCoordinatesStackingException
public MapLevelBuilderCellCoordinatesStackingException(java.lang.String msg)Constructor- Parameters:
msg
- the message show in the exception
-
MapLevelBuilderCellCoordinatesStackingException
public MapLevelBuilderCellCoordinatesStackingException(MapLevelBuilder mapLevelBuilder, Cell cell1, Cell cell2)Constructor- Parameters:
mapLevelBuilder
- a mapLevelBuildercell1
- a cellcell2
- a cell
-