@InterfaceAudience.Private @InterfaceStability.Evolving public final class UnresolvedPathException extends UnresolvedLinkException
Constructor and Description |
---|
UnresolvedPathException(String msg)
Used by RemoteException to instantiate an UnresolvedPathException.
|
UnresolvedPathException(String path,
String preceding,
String remainder,
String linkTarget) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Path |
getResolvedPath()
Return a path with the link resolved with the target.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnresolvedPathException(String msg)
public Path getResolvedPath() throws IOException
IOException
public String getMessage()
getMessage
in class Throwable
Copyright © 2013 Apache Software Foundation. All rights reserved.