Package com.cybozu.vmbkp.config

Examples of com.cybozu.vmbkp.config.FileNotSetException


     */
    public void write()
        throws IOException, FileNotSetException
    {
        if (configFilePath_ == null) {
            throw new FileNotSetException();
        }
        cfg_.write(configFilePath_);
    }
View Full Code Here

TOP

Related Classes of com.cybozu.vmbkp.config.FileNotSetException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.