Class MapLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tum.cit.ase.maze.utils.exceptions.MazeGameException
de.tum.cit.ase.maze.utils.exceptions.MapLoadingException
- All Implemented Interfaces:
Serializable
An exception that is thrown when there is an error loading a map.
- See Also:
-
Constructor Summary
ConstructorDescriptionMapLoadingException
(String message) MapLoadingException
(String message, Throwable cause) MapLoadingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MapLoadingException
public MapLoadingException() -
MapLoadingException
-
MapLoadingException
-
MapLoadingException
-