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, setStackTrace
public ComboException add(Throwable e)
public String getLocalizedMessage()
getLocalizedMessage
在类中 Throwable
public String getMessage()
getMessage
在类中 Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
在类中 Throwable
public void printStackTrace()
printStackTrace
在类中 Throwable
public void printStackTrace(PrintStream s)
printStackTrace
在类中 Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
在类中 Throwable
Copyright © 2017. All rights reserved.