Actions en targets netter gemaakt.

This commit is contained in:
2011-02-08 11:28:24 +00:00
parent eb36318a76
commit 22c087406b
12 changed files with 116 additions and 116 deletions

View File

@@ -0,0 +1,7 @@
package pm.exception.action;
import pm.exception.ActionException;
public class TargetNotSetException extends ActionException {
protected static final long serialVersionUID = 1L;
}