public class ComboException extends RuntimeException
| 构造器和说明 |
|---|
ComboException() |
| 限定符和类型 | 方法和说明 |
|---|---|
ComboException |
add(Throwable e) |
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTracepublic ComboException add(Throwable e)
public String getLocalizedMessage()
getLocalizedMessage 在类中 Throwablepublic String getMessage()
getMessage 在类中 Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace 在类中 Throwablepublic void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream s)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace 在类中 ThrowableCopyright © 2017. All rights reserved.