Serializablepublic class XMetaException extends RuntimeException
| 构造器 | 说明 |
|---|---|
XMetaException() |
|
XMetaException(String message) |
|
XMetaException(String message,
Throwable cause) |
|
XMetaException(String message,
Throwable cause,
ActionContext actionContext) |
|
XMetaException(String message,
ActionContext actionContext) |
|
XMetaException(Throwable cause) |
|
XMetaException(Throwable cause,
ActionContext actionContext) |
|
XMetaException(ActionContext actionContext) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream s) |
|
void |
printStackTrace(PrintWriter s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic XMetaException()
public XMetaException(String message)
public XMetaException(Throwable cause)
public XMetaException(ActionContext actionContext)
public XMetaException(String message, ActionContext actionContext)
public XMetaException(String message, Throwable cause, ActionContext actionContext)
public XMetaException(Throwable cause, ActionContext actionContext)
public void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream s)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace 在类中 ThrowableCopyright © 2018 xworker.org. All rights reserved.