public class ExportFileEmptyException extends ExportBaseException
| 限定符 | 构造器和说明 |
|---|---|
|
ExportFileEmptyException() |
|
ExportFileEmptyException(String message) |
|
ExportFileEmptyException(String message,
Throwable cause) |
protected |
ExportFileEmptyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExportFileEmptyException(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 ExportFileEmptyException()
public ExportFileEmptyException(String message)
public ExportFileEmptyException(Throwable cause)
public String getMessage()
getMessage 在类中 ExportBaseExceptionpublic String getLocalizedMessage()
public Throwable getCause()
getCause 在类中 ExportBaseExceptionpublic Throwable initCause(Throwable cause)
initCause 在类中 ExportBaseExceptionpublic String toString()
toString 在类中 ExportBaseExceptionpublic void printStackTrace()
printStackTrace 在类中 ExportBaseExceptionpublic void printStackTrace(PrintStream s)
printStackTrace 在类中 ExportBaseExceptionpublic void printStackTrace(PrintWriter s)
printStackTrace 在类中 ExportBaseExceptionpublic Throwable fillInStackTrace()
fillInStackTrace 在类中 ExportBaseExceptionpublic StackTraceElement[] getStackTrace()
getStackTrace 在类中 ExportBaseExceptionpublic void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace 在类中 ExportBaseExceptionpublic int hashCode()
hashCode 在类中 ExportBaseExceptionpublic boolean equals(Object obj)
equals 在类中 ExportBaseExceptionprotected Object clone() throws CloneNotSupportedException
clone 在类中 ExportBaseExceptionCloneNotSupportedExceptionprotected void finalize()
throws Throwable
finalize 在类中 ExportBaseExceptionThrowableCopyright © 2022 Pivotal Software, Inc.. All rights reserved.