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:
  • Constructor Details

    • JobParametersFactoryException

      public JobParametersFactoryException(String message)
      Create an exception with a message.
      Parameters:
      message - The message
    • JobParametersFactoryException

      public JobParametersFactoryException(String message, Throwable cause)
      Create an exception with a message and cause.
      Parameters:
      message - The message
      cause - The cause