@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, toStringpublic UnresolvedPathException(String msg)
public Path getResolvedPath() throws IOException
IOExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2013 Apache Software Foundation. All rights reserved.