Class MapLevelDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelException
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelDoesNotExistException
- All Implemented Interfaces:
java.io.Serializable
public class MapLevelDoesNotExistException extends MapLevelException
An exception throw when there is not map matching with the name required in a Map where
the String corresponding to the name of the MapLevel
- See Also:
MapLevelException
, Serialized Form
-
Constructor Summary
Constructors Constructor Description MapLevelDoesNotExistException(java.lang.String name)
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
-
MapLevelDoesNotExistException
public MapLevelDoesNotExistException(java.lang.String name)Constructor- Parameters:
name
- the name of the map
-