Package com.sas.lsaf.execution.job
Class JobFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.execution.job.JobFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobFormatException extends AbstractCheckedException
Thrown when the definition of the job is not valid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobFormatException(java.lang.String message)
Construct aJobFormatException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
JobFormatException
public JobFormatException(java.lang.String message)
Construct aJobFormatException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval byAbstractCheckedException.getMessage()
).
-
-