FileDocCategorySizeDatePackage
UnsupportedLookAndFeelException.javaAPI DocJava SE 5 API1113Fri Aug 26 14:58:00 BST 2005javax.swing

UnsupportedLookAndFeelException

public class UnsupportedLookAndFeelException extends Exception
An exception that indicates the requested look & feel management classes are not present on the user's system.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see {@link java.beans.XMLEncoder}.

author
unattributed
version
1.17 12/19/03

Fields Summary
Constructors Summary
public UnsupportedLookAndFeelException(String s)
Constructs an UnsupportedLookAndFeelException object.

param
s a message String

	super(s);
    
Methods Summary