javax.swing
Class UnsupportedLookAndFeelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UnsupportedLookAndFeelException(String s)
          Creates a new exception instance with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedLookAndFeelException

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

Parameters:
s - the exception message.