InvalidJobDescriptorException.java 349 Bytes
Newer Older
eric.duminil's avatar
eric.duminil committed
1
2
3
4
5
6
7
8
9
10
11
12
13
package eu.simstadt.nf4j;

/**
 * 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
 */
public class InvalidJobDescriptorException extends Exception {

	private static final long serialVersionUID = 2710340003578550634L;

}