Module  java.compiler

Class FilerException

  • All Implemented Interfaces:
    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