Edit C:\Program Files\Java\jdk1.7.0_45\java\nio\file\ProviderNotFoundException.java
/* * Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.nio.file; /** * Runtime exception thrown when a provider of the required type cannot be found. */ public class ProviderNotFoundException extends RuntimeException { static final long serialVersionUID = -1880012509822920354L; /** * Constructs an instance of this class. */ public ProviderNotFoundException() { } /** * Constructs an instance of this class. * * @param msg * the detail message */ public ProviderNotFoundException(String msg) { super(msg); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de