Package g54327.humbug.model.Exceptions
Class LevelNotStartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- g54327.humbug.model.Exceptions.LevelNotStartedException
-
- All Implemented Interfaces:
Serializable
public class LevelNotStartedException extends IllegalStateException
LevelNotStarted RuntimeException- Since:
- 0.2.0
- Version:
- 1.0.1
- Author:
- Andrew SASSOYE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LevelNotStartedException()
LevelNotStartedException(String s)
LevelNotStartedException(String message, Throwable cause)
LevelNotStartedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-