@InterfaceAudience.Public @InterfaceStability.Stable public class InvalidPathException extends HadoopIllegalArgumentException
| コンストラクタと説明 | 
|---|
| InvalidPathException(String path)Constructs exception with the specified detail message. | 
| InvalidPathException(String path,
                    String reason)Constructs exception with the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPathException(String path)
path - invalid path.public InvalidPathException(String path, String reason)
path - invalid path.reason - Reason path is invalidCopyright © 2016 Apache Software Foundation. All rights reserved.