javax.media
Class ClockStoppedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.media.MediaException
                    |
                    +--javax.media.ClockStoppedException
All Implemented Interfaces:
java.io.Serializable

public 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.

Version:
1.2, 02/08/21
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ClockStoppedException()
           
ClockStoppedException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClockStoppedException

public ClockStoppedException()

ClockStoppedException

public ClockStoppedException(java.lang.String reason)