Java TV(tm) API 1.0

javax.tv.xlet
Class XletStateChangeException

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

public class XletStateChangeException
extends java.lang.Exception

Signals that a requested Xlet state change failed. This exception is thrown in response to state change calls in the Xlet interface.

See Also:
Xlet, Serialized Form

Constructor Summary
XletStateChangeException()
          Constructs an exception with no specified detail message.
XletStateChangeException(java.lang.String s)
          Constructs an exception 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

XletStateChangeException

public XletStateChangeException()
Constructs an exception with no specified detail message.

XletStateChangeException

public XletStateChangeException(java.lang.String s)
Constructs an exception with the specified detail message.
Parameters:
s - the detail message

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.