BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
exceptions.UnableToRunControlAlgorithmException Class Reference
Inheritance diagram for exceptions.UnableToRunControlAlgorithmException:
Inheritance graph
[legend]
Collaboration diagram for exceptions.UnableToRunControlAlgorithmException:
Collaboration graph
[legend]

Public Member Functions

 UnableToRunControlAlgorithmException (String message)
 

Detailed Description

Thrown if a control algorithm is run without the required parameters running.

Definition at line 7 of file UnableToRunControlAlgorithmException.java.

Constructor & Destructor Documentation

exceptions.UnableToRunControlAlgorithmException.UnableToRunControlAlgorithmException ( String  message)
Parameters
messageA message explaining why the exception was thrown

Definition at line 11 of file UnableToRunControlAlgorithmException.java.

11  {
12  super(message);
13  }

The documentation for this class was generated from the following file:
Git Repo