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