source:
src/main/java/genius/core/session/ActionException.java
Last change on this file was 1, checked in by , 7 years ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | package genius.core.session; |
2 | |
3 | /** |
4 | * General abstract superclass for errors caused by agents picking bad actions. |
5 | * |
6 | * @author W.Pasman |
7 | * |
8 | */ |
9 | public 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.