Searched refs:ProviderMismatchException (Results 1 – 9 of 9) sorted by relevance
21 import java.nio.file.ProviderMismatchException;26 ProviderMismatchException exception = new ProviderMismatchException(testString); in test_constructor$String()31 ProviderMismatchException exception = new ProviderMismatchException(); in test_constructor()
35 public class ProviderMismatchException class43 public ProviderMismatchException() { in ProviderMismatchException() method in ProviderMismatchException52 public ProviderMismatchException(String msg) { in ProviderMismatchException() method in ProviderMismatchException
96 throw new ProviderMismatchException(); in getName()252 throw new ProviderMismatchException(); in move()556 throw new ProviderMismatchException(); in setOwner()568 throw new ProviderMismatchException(); in setGroup()
270 throw new ProviderMismatchException(); in setOwner()289 throw new ProviderMismatchException(); in setGroup()
200 throw new ProviderMismatchException(); in toUnixPath()895 throw new ProviderMismatchException(); in register()
111 throw new ProviderMismatchException(); in checkPath()
505 "ojluni/src/main/java/java/nio/file/ProviderMismatchException.java",
494 …a/java/nio/file/ProviderMismatchException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
7505 public class ProviderMismatchException extends java.lang.IllegalArgumentException {7506 ctor public ProviderMismatchException();7507 ctor public ProviderMismatchException(String);