Java TV(tm) API 1.0

javax.tv.util
Class TVTimerScheduleFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.tv.util.TVTimerScheduleFailedException
All Implemented Interfaces:
java.io.Serializable

public class TVTimerScheduleFailedException
extends java.lang.Exception

An exception thrown by the TVTimer.schedule() method when a timer specification cannot be met.

See Also:
Serialized Form

Constructor Summary
TVTimerScheduleFailedException()
          Constructs a TVTimerScheduleFailedException with null as its error detail message.
TVTimerScheduleFailedException(java.lang.String s)
          Constructs a TVTimerScheduleFailedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TVTimerScheduleFailedException

public TVTimerScheduleFailedException()
Constructs a TVTimerScheduleFailedException with null as its error detail message.

TVTimerScheduleFailedException

public TVTimerScheduleFailedException(java.lang.String s)
Constructs a TVTimerScheduleFailedException with the specified detail message. The error message string s can later be retrieved by java.lang.Throwable.getMessage() method.
Parameters:
s - The detail message.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.