ClockStoppedExceptionpublic class ClockStoppedException extends MediaException A ClockStoppedException is thrown when a method that
expects the Clock to be Started is
called on a Stopped Clock .
For example, this exception is thrown if mapToTimeBase
is called on a Stopped Clock . |
Constructors Summary |
---|
public ClockStoppedException()
super();
| public ClockStoppedException(String reason)
super(reason);
|
|