Class InvalidMapFile
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tum.cit.ase.maze.utils.exceptions.MazeGameException
de.tum.cit.ase.editor.utlis.exceptions.MazeGameEditorException
de.tum.cit.ase.editor.utlis.exceptions.InvalidMapFile
- All Implemented Interfaces:
Serializable
Represents an exception that occurs when reading or validating a map file.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidMapFile
(String message) InvalidMapFile
(String message, Throwable cause) InvalidMapFile
(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
-
InvalidMapFile
public InvalidMapFile() -
InvalidMapFile
-
InvalidMapFile
-
InvalidMapFile
-