Class FontException

    • Constructor Detail

      • FontException

        public FontException()
      • FontException

        public FontException​(Font font)
      • FontException

        public FontException​(String message)
      • FontException

        public FontException​(String message,
                             Font font)
      • FontException

        public FontException​(String message,
                             Throwable cause)
      • FontException

        public FontException​(Throwable cause)
      • FontException

        public FontException​(Throwable cause,
                             Font font)
    • Method Detail

      • getFont

        public Font getFont()
        Returns:
        the invalid font that caused the exception
      • initFont

        public void initFont​(Font font)
        Parameters:
        font - the invalid font that caused the exception