HomeSort by relevance Sort by last modified time
    Searched defs:ReadOnlyException (Results 1 - 5 of 5) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
ReadOnlyException.java 31 public final class ReadOnlyException extends RuntimeException {
36 * Creates a new instance of {@code ReadOnlyException}.
39 public ReadOnlyException() {
AbstractFileSystem.java 84 * @throws ReadOnlyException if this {@code FileSystem} is read-only
87 protected final void checkReadOnly() throws ReadOnlyException {
89 throw new ReadOnlyException();
AbstractFsObject.java 93 * @throws ReadOnlyException if this object was created with the read-only
98 throws IllegalStateException, ReadOnlyException {
103 throw new ReadOnlyException();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 22 import de.waldheinz.fs.ReadOnlyException;
129 if (this.readOnly) throw new ReadOnlyException();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 27 milliseconds