public class IllegalPathException extends IllegalArgumentException
| 构造器和说明 |
|---|
IllegalPathException() |
IllegalPathException(String s) |
IllegalPathException(String message,
Throwable cause) |
IllegalPathException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalPathException()
public IllegalPathException(String s)
public IllegalPathException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace 在类中 ThrowableCopyright © 2016. All rights reserved.