class |
ClockStartedError
ClockStartedError is thrown by a Started Clock
when a method is invoked that is not legal on a Clock in the Started
state.
|
class |
NotPrefetchedError
NotPrefetchedError is thrown when a method that
requires a Controller to be in the Prefetched state is called
and the Controller has not been Prefetched.
|
class |
NotRealizedError
NotRealizedError is thrown when a method that
requires a Controller to be in the Realized state is called
and the Controller is not Realized.
|
class |
StopTimeSetError
StopTimeSetError is thrown when the stop time
has been set on a Started Clock and setStopTime is invoked
again.
|