public class UnsupportedLookAndFeelException extends java.lang.Exception
UIManager.setLookAndFeel(LookAndFeel) method when the
specified look and feel is not supported on the current platform.| Constructor and Description |
|---|
UnsupportedLookAndFeelException(java.lang.String s)
Creates a new exception instance with the specified message.
|
public UnsupportedLookAndFeelException(java.lang.String s)
s - the exception message.