Class FontException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Font getFont()  
      void initFont​(Font font)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FontException

        public FontException()
      • FontException

        public FontException​(Font font)
      • FontException

        public FontException​(java.lang.String message)
      • FontException

        public FontException​(java.lang.String message,
                             Font font)
      • FontException

        public FontException​(java.lang.String message,
                             java.lang.Throwable cause)
      • FontException

        public FontException​(java.lang.String message,
                             java.lang.Throwable cause,
                             Font font)
      • FontException

        public FontException​(java.lang.Throwable cause)
      • FontException

        public FontException​(java.lang.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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable