Class MissingRequiredParametersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.pipelines.MissingRequiredParametersException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingRequiredParametersException extends java.lang.Exception
This exception is thrown if a pipeline is attempted to be launched that has required parameters that haven't been provided- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingRequiredParametersException(java.lang.String message)
-