javax.tv.util
Class TVTimerScheduleFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.tv.util.TVTimerScheduleFailedException
- All Implemented Interfaces:
- Serializable
public class TVTimerScheduleFailedException
- extends Exception
An exception thrown by the TVTimer.schedule()
method
when a timer specification cannot be met.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TVTimerScheduleFailedException
public TVTimerScheduleFailedException()
- Constructs a TVTimerScheduleFailedException with null as its error
detail message.
TVTimerScheduleFailedException
public TVTimerScheduleFailedException(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.