Class FontSelectionPanel.NoFontStyleSelectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--FontSelectionPanel.InvalidFontException
                    |
                    +--FontSelectionPanel.NoFontStyleSelectedException
Enclosing class:
FontSelectionPanel

public static class FontSelectionPanel.NoFontStyleSelectedException
extends FontSelectionPanel.InvalidFontException

Indicates that no font style is currently selected

See Also:
Serialized Form

Constructor Summary
FontSelectionPanel.NoFontStyleSelectedException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontSelectionPanel.NoFontStyleSelectedException

public FontSelectionPanel.NoFontStyleSelectedException(java.lang.String msg)