source: src/main/java/genius/core/session/ActionException.java

Last change on this file was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 282 bytes
Line 
1package genius.core.session;
2
3/**
4 * General abstract superclass for errors caused by agents picking bad actions.
5 *
6 * @author W.Pasman
7 *
8 */
9public class ActionException extends Exception {
10
11 /**
12 *
13 */
14 private static final long serialVersionUID = -5552020377996260442L;
15
16}
Note: See TracBrowser for help on using the repository browser.