public class MVCException extends RuntimeException
| 构造器和说明 |
|---|
MVCException(String... args) |
MVCException(String msg) |
MVCException(String msg,
Throwable throwable) |
MVCException(Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMessage() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic MVCException(String msg)
public MVCException(Throwable throwable)
public MVCException(String... args)
public String getMessage()
getMessage 在类中 Throwablepublic void printStackTrace(PrintStream s)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace 在类中 ThrowableCopyright © 2023. All rights reserved.