javax.swing

Class UnsupportedLookAndFeelException

public class UnsupportedLookAndFeelException extends Exception

Thrown by the {@link UIManager#setLookAndFeel(LookAndFeel)} method when the specified look and feel is not supported on the current platform.

See Also: isSupportedLookAndFeel

Constructor Summary
UnsupportedLookAndFeelException(String s)
Creates a new exception instance with the specified message.

Constructor Detail

UnsupportedLookAndFeelException

public UnsupportedLookAndFeelException(String s)
Creates a new exception instance with the specified message.

Parameters: s the exception message.