Class FontSelectionPanel.NoFontSizeSpecifiedException

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

public static class FontSelectionPanel.NoFontSizeSpecifiedException
extends FontSelectionPanel.InvalidFontException

Indicates that no font size is currently specified

See Also:
Serialized Form

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

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