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

Public Member Functions

 DeviceAlreadyCreatedException (String message)
 

Detailed Description

Thrown if a singleton device is created twice

Definition at line 6 of file DeviceAlreadyCreatedException.java.

Constructor & Destructor Documentation

exceptions.DeviceAlreadyCreatedException.DeviceAlreadyCreatedException ( String  message)

Creates an exception with a given message

Parameters
messageA brief message describing why the exception was thrown

Definition at line 11 of file DeviceAlreadyCreatedException.java.

11  {
12  super(message);
13  }

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