Package cl.cromer.azaraka.ai
Class AIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cl.cromer.azaraka.ai.AIException
-
- All Implemented Interfaces:
java.io.Serializable
public class AIException extends java.lang.Exception
This exception is thrown when there are problems with the AI- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AIException(java.lang.String errorMessage)
Throw an error with a message
-