javax.swing
Class UnsupportedLookAndFeelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.swing.UnsupportedLookAndFeelException
- All Implemented Interfaces:
- Serializable
public class UnsupportedLookAndFeelException
- extends Exception
Thrown by the UIManager.setLookAndFeel(LookAndFeel)
method when the
specified look and feel is not supported on the current platform.
- See Also:
LookAndFeel.isSupportedLookAndFeel()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedLookAndFeelException
public UnsupportedLookAndFeelException(String s)
- Creates a new exception instance with the specified message.
- Parameters:
s
- the exception message.