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

Public Member Functions

 NegativeDurationException (Duration duration)
 

Detailed Description

Thrown if a duration tries to be set that is non-negative

Definition at line 8 of file NegativeDurationException.java.

Constructor & Destructor Documentation

exceptions.NegativeDurationException.NegativeDurationException ( Duration  duration)

Create an instance of this exception

Parameters
durationThe offending duration that is to be reported in the exception message

Definition at line 14 of file NegativeDurationException.java.

14  {
15  super(constructMessage(duration));
16  }

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