- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.annotation.processing.FilerException
-
- All Implemented Interfaces:
-
Serializable
public class FilerException extends IOException
表示Filer
检测到尝试打开违反Filer
提供的担保的Filer
。 这些保证包括不要多次创建相同的文件,而不是创建与同一类型或程序包相对应的多个文件,而不是为具有无效名称的类型创建文件。- 从以下版本开始:
- 1.6
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 FilerException(String s)
使用指定的详细消息构造异常。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
FilerException
public FilerException(String s)
使用指定的详细消息构造异常。- 参数
-
s
- the detail message, which should include the name of the file attempting to be opened; may benull
-
-