Package de.mhus.lib.util

Examples of de.mhus.lib.util.ReadOnlyException


    throw new ReadOnlyException();
  }

  @Override
  public int moveConfig(IConfig config, int newPos) throws MException {
    throw new ReadOnlyException();
  }
View Full Code Here


    throw new ReadOnlyException();
  }

  @Override
  public void setProperty(String key, Object value) throws MException {
    throw new ReadOnlyException();
  }
View Full Code Here

    return false;
  }

  @Override
  public void removeConfig(IConfig config) throws MException {
    throw new ReadOnlyException();
  }
View Full Code Here

    return instance.getExtracted(key, def);
  }

  @Override
  public void setString(String name, String value) throws MException {
    throw new ReadOnlyException();
  }
View Full Code Here

    return false;
  }

  @Override
  public void save() throws MException {
    throw new ReadOnlyException();
  }
View Full Code Here

TOP

Related Classes of de.mhus.lib.util.ReadOnlyException

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.