public class FilerException extends IOException
Filer
发现试图打开一个文件,就违反了
Filer
提供担保。担保包括创建同一个文件,不生成对应于同一类型的多个文件,而不是创建无效的名称和类型的文件。
Constructor and Description |
---|
FilerException(String s)
用指定的详细信息构造一个异常。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FilerException(String s)
s
的详细信息,包括文件名试图打开;可
null
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.