Class IridaWorkflowNotDisplayableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowLoadException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowNotDisplayableException
-
- All Implemented Interfaces:
java.io.Serializable
public class IridaWorkflowNotDisplayableException extends IridaWorkflowLoadException
Exception that gets thrown if a workflow is not displayable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IridaWorkflowNotDisplayableException(AnalysisType analysisType)
Constructs a newIridaWorkflowNotDisplayableException
with the given analysis type.IridaWorkflowNotDisplayableException(java.lang.String workflowName)
Constructs a newIridaWorkflowNotDisplayableException
with the given workflow name.IridaWorkflowNotDisplayableException(java.util.UUID workflowId)
Constructs a newIridaWorkflowNotDisplayableException
with the given workflow identifier.
-
-
-
Constructor Detail
-
IridaWorkflowNotDisplayableException
public IridaWorkflowNotDisplayableException(java.util.UUID workflowId)
Constructs a newIridaWorkflowNotDisplayableException
with the given workflow identifier.- Parameters:
workflowId
- The identifier of the workflow.
-
IridaWorkflowNotDisplayableException
public IridaWorkflowNotDisplayableException(AnalysisType analysisType)
Constructs a newIridaWorkflowNotDisplayableException
with the given analysis type.- Parameters:
analysisType
- The analysis type of the workflow.
-
IridaWorkflowNotDisplayableException
public IridaWorkflowNotDisplayableException(java.lang.String workflowName)
Constructs a newIridaWorkflowNotDisplayableException
with the given workflow name.- Parameters:
workflowName
- The name of the workflow.
-
-