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