Class IllegalSpeedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bomber7.core.model.exceptions.IllegalSpeedOperationException
- All Implemented Interfaces:
Serializable
IllegalSpeedSetException is raised if illegal value for speed is tried to be set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalSpeedOperationException
(String message) IllegalSpeedOperationException Exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalSpeedOperationException
IllegalSpeedOperationException Exception constructor.- Parameters:
message
- the message
-