Class ReferenceFileRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.pipelines.ReferenceFileRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReferenceFileRequiredException extends java.lang.Exception
This exception is thrown if a pipeline is attempted to be launched that requires a reference file, but does not have one.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceFileRequiredException(java.lang.String message)
-