public class ClockStoppedException extends MediaException
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.| Constructor and Description |
|---|
ClockStoppedException() |
ClockStoppedException(String reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClockStoppedException()
public ClockStoppedException(String reason)
Copyright © 2012 code4tv.com. All Rights Reserved.