Searched refs:ReadOnlyException (Results 1 – 8 of 8) sorted by relevance
24 import de.waldheinz.fs.ReadOnlyException;85 public void setLength(long length) throws ReadOnlyException, IOException { in setLength()145 throws ReadOnlyException, IOException { in write()177 public void flush() throws ReadOnlyException { in flush()
24 import de.waldheinz.fs.ReadOnlyException;115 public void setHiddenFlag(boolean hidden) throws ReadOnlyException { in setHiddenFlag()139 public void setSystemFlag(boolean systemEntry) throws ReadOnlyException { in setSystemFlag()167 public void setReadOnlyFlag(boolean readOnly) throws ReadOnlyException { in setReadOnlyFlag()190 public void setArchiveFlag(boolean archive) throws ReadOnlyException { in setArchiveFlag()267 throws IOException, ReadOnlyException { in moveTo()
25 import de.waldheinz.fs.ReadOnlyException;168 throws ReadOnlyException, IOException { in setVolumeLabel()
31 public final class ReadOnlyException extends RuntimeException { class39 public ReadOnlyException() { in ReadOnlyException() method in ReadOnlyException
98 throws IllegalStateException, ReadOnlyException { in checkWritable()103 throw new ReadOnlyException(); in checkWritable()
77 throws ReadOnlyException, IOException; in write()
63 throws ReadOnlyException, IOException, in write()
22 import de.waldheinz.fs.ReadOnlyException;129 if (this.readOnly) throw new ReadOnlyException(); in write()