Home | History | Annotate | Download | only in fat

Lines Matching defs:IllegalArgumentException

58      * @throws IllegalArgumentException if {@code fatNr} is greater than
62 throws IOException, IllegalArgumentException {
65 throw new IllegalArgumentException(
83 * @throws IllegalArgumentException if {@code fatNr} is greater than
87 throws IOException, IllegalArgumentException {
90 throw new IllegalArgumentException(
110 throw new IllegalArgumentException("FAT too large");
426 if (entry > Integer.MAX_VALUE) throw new IllegalArgumentException();
450 protected void testCluster(long cluster) throws IllegalArgumentException {
452 throw new IllegalArgumentException(