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