JavaTM 2 Platform
Standard Ed. 6

java.awt
类 FontFormatException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.awt.FontFormatException
所有已实现的接口:
Serializable

public class FontFormatException
extends Exception

此异常由 Font 类中的 createFont 方法抛出,以指示指定的字体很糟糕。

从以下版本开始:
1.3
另请参见:
Font, 序列化表格

构造方法摘要
FontFormatException(String reason)
          报告一个指定了原因的 FontFormatException。
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FontFormatException

public FontFormatException(String reason)
报告一个指定了原因的 FontFormatException。

参数:
reason - String 消息,指示为什么该字体未被接受。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only