Class FontSelectionPanel.NoFontFamilySelectedException

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

public static class FontSelectionPanel.NoFontFamilySelectedException
extends FontSelectionPanel.InvalidFontException

Indicates that no font family is currently selected

See Also:
Serialized Form

Constructor Summary
FontSelectionPanel.NoFontFamilySelectedException(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.NoFontFamilySelectedException

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