Class NotAllowedActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.polimi.ingsw.controller.controllerexception.ControllerException
it.polimi.ingsw.controller.controllerexception.NotAllowedActionException
- All Implemented Interfaces:
java.io.Serializable
public class NotAllowedActionException extends ControllerException
Thrown when an one try to perform an action that could not be performed during that phase of the game
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotAllowedActionException()NotAllowedActionException(java.lang.String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NotAllowedActionException
public NotAllowedActionException() -
NotAllowedActionException
public NotAllowedActionException(java.lang.String message)
-