public class UnsupportedLookAndFeelException extends Exception
UIManager.setLookAndFeel(LookAndFeel) method when the
specified look and feel is not supported on the current platform.| Constructor and Description |
|---|
UnsupportedLookAndFeelException(String s)
Creates a new exception instance with the specified message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedLookAndFeelException(String s)
s - the exception message.