Package marauroa.common.game
Class SlotAlreadyAddedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marauroa.common.game.SlotAlreadyAddedException
- All Implemented Interfaces:
Serializable
Thrown in case the object already has a slot with this name
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionSlotAlreadyAddedException(String slot)
creates a new SlotAlreadyAddedException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SlotAlreadyAddedException
creates a new SlotAlreadyAddedException- Parameters:
slot
- name of preexisting slot
-