JavaTM 2 Platform
Standard Ed. 6

javax.swing
类 UnsupportedLookAndFeelException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 javax.swing.UnsupportedLookAndFeelException
所有已实现的接口:
Serializable

public class UnsupportedLookAndFeelException
extends Exception

指示在用户系统上不存在请求的外观管理类的异常。

警告:此类的序列化对象与以后的 Swing 版本不兼容。当前序列化支持适用于短期存储,或适用于在运行相同 Swing 版本的应用程序之间进行 RMI(Remote Method Invocation,远程方法调用)。从 1.4 版本开始,已在 java.beans 包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder


构造方法摘要
UnsupportedLookAndFeelException(String s)
          构造一个 UnsupportedLookAndFeelException 对象。
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

UnsupportedLookAndFeelException

public UnsupportedLookAndFeelException(String s)
构造一个 UnsupportedLookAndFeelException 对象。

参数:
s - 消息字符串

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only