public class ExportBaseException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
ExportBaseException() |
|
ExportBaseException(String message) |
|
ExportBaseException(String message,
Throwable cause) |
protected |
ExportBaseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExportBaseException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
clone() |
boolean |
equals(Object obj) |
Throwable |
fillInStackTrace() |
protected void |
finalize() |
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
int |
hashCode() |
Throwable |
initCause(Throwable cause) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
String |
toString() |
addSuppressed, getSuppressedpublic ExportBaseException()
public ExportBaseException(String message)
public ExportBaseException(Throwable cause)
public String getMessage()
getMessage 在类中 Throwablepublic String getLocalizedMessage()
getLocalizedMessage 在类中 Throwablepublic void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream s)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace 在类中 Throwablepublic Throwable fillInStackTrace()
fillInStackTrace 在类中 Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace 在类中 Throwablepublic void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace 在类中 Throwableprotected Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.