InvalidJobDescriptorException.java 362 Bytes
Newer Older
1
2
package eu.simstadt.nf4j;

bruse's avatar
bruse committed
3
4
5
6
7
8
/**
 * If your export and import job descriptions are invalid due to the job.isValid() method, then it is very likely
 * that you will get this exception.
 * 
 * @author Marcel Bruse
 */
9
10
11
12
13
public class InvalidJobDescriptorException extends Exception {

	private static final long serialVersionUID = 2710340003578550634L;

}