Class FontSelectionPanel.InvalidFontSizeException

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

public static class FontSelectionPanel.InvalidFontSizeException
extends FontSelectionPanel.InvalidFontException

Indicates that an invalid font size is currently specified

See Also:
Serialized Form

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

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