Class JobParametersFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.nmpiexec.job_parameters.JobParametersFactoryException
- All Implemented Interfaces:
- Serializable
Indicates that whilst the job type was supported, there was an error
 converting the job to parameters.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJobParametersFactoryException(String message) Create an exception with a message.JobParametersFactoryException(String message, Throwable cause) Create an exception with a message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JobParametersFactoryExceptionCreate an exception with a message.- Parameters:
- message- The message
 
- 
JobParametersFactoryExceptionCreate an exception with a message and cause.- Parameters:
- message- The message
- cause- The cause
 
 
-