Module it.polimi.ingsw.am13
Class VariableAlreadySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.polimi.ingsw.am13.model.exceptions.ModelException
it.polimi.ingsw.am13.model.exceptions.VariableAlreadySetException
- All Implemented Interfaces:
Serializable
Exception thrown when a setter of a variable that should only be set one time outside a constructor is called more than once
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableAlreadySetException
public VariableAlreadySetException()
-