Class MapLevelAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelException
fr.r1r0r0.deltaengine.exceptions.maplevel.MapLevelAlreadyExistException
- All Implemented Interfaces:
java.io.Serializable
public class MapLevelAlreadyExistException extends MapLevelException
An exception throw when 2 objects MapLevel with the same name are add in a Map
where the String corresponding to the name of the MapLevel
- See Also:
MapLevelException
, Serialized Form
-
Constructor Summary
Constructors Constructor Description MapLevelAlreadyExistException(MapLevel mapLevel1, MapLevel mapLevel2)
ConstructorMapLevelAlreadyExistException(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
-
MapLevelAlreadyExistException
public MapLevelAlreadyExistException(java.lang.String msg)Constructor- Parameters:
msg
- the message show in the exception
-
MapLevelAlreadyExistException
Constructor- Parameters:
mapLevel1
- a mapLevelmapLevel2
- a mapLevel
-