< prev index next >

src/java.base/share/classes/java/nio/file/ProviderNotFoundException.java

Print this page

        

*** 25,34 **** --- 25,36 ---- package java.nio.file; /** * Runtime exception thrown when a provider of the required type cannot be found. + * + * @since 1.7 */ public class ProviderNotFoundException extends RuntimeException {
< prev index next >