Package FAtiMA.motivationalSystem
Class InvalidMotivatorTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- FAtiMA.motivationalSystem.InvalidMotivatorTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMotivatorTypeException extends java.lang.ExceptionException thrown when an invalid MotivatorType is parsed in the enumerable Class of MotivatorType- Author:
- Meiyii Lim
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMotivatorTypeException(int num)InvalidMotivatorTypeException(java.lang.String motivator)
-