模块  java.compiler

Class FilerException

  • 实现的所有接口
    Serializable

    public class FilerException
    extends IOException
    表示Filer检测到尝试打开违反Filer提供的保证的Filer 这些保证不包括多次创建同一文件,不创建对应于相同类型或包的多个文件,也不创建具有无效名称的类型的文件。
    从以下版本开始:
    1.6
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • FilerException

        public FilerException​(String s)
        使用指定的详细消息构造异常。
        参数
        s - the detail message, which should include the name of the file attempting to be opened; may be null