Class FontSelectionPanel.InvalidFontException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--FontSelectionPanel.InvalidFontException
Direct Known Subclasses:
FontSelectionPanel.InvalidFontSizeException, FontSelectionPanel.NoFontFamilySelectedException, FontSelectionPanel.NoFontSizeSpecifiedException, FontSelectionPanel.NoFontStyleSelectedException
Enclosing class:
FontSelectionPanel

public static class FontSelectionPanel.InvalidFontException
extends java.lang.Exception

Indicates that an invalid font is currently specified

See Also:
Serialized Form

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

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