- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.swing.UnsupportedLookAndFeelException
-
- All Implemented Interfaces:
-
Serializable
public class UnsupportedLookAndFeelException extends 异常
表示所请求的外观和感觉管理类的异常不在用户系统上。警告:此类的序列化对象与将来的Swing版本不兼容。 当前的序列化支持适用于运行相同版本的Swing的应用程序之间的短期存储或RMI。 从1.4开始,支持所有JavaBeans的长期存储已被添加到
java.beans
包中。 请参阅XMLEncoder
。- 从以下版本开始:
- 1.2
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 UnsupportedLookAndFeelException(String s)
构造一个UnsupportedLookAndFeelException对象。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
UnsupportedLookAndFeelException
public UnsupportedLookAndFeelException(String s)
构造一个UnsupportedLookAndFeelException对象。- 参数
-
s
- a message String
-
-