public class XMetaException extends RuntimeException
| 构造器和说明 |
|---|
XMetaException() |
XMetaException(ActionContext actionContext) |
XMetaException(String message) |
XMetaException(String message,
ActionContext actionContext) |
XMetaException(String message,
Throwable cause) |
XMetaException(String message,
Throwable cause,
ActionContext actionContext) |
XMetaException(Throwable cause) |
XMetaException(Throwable cause,
ActionContext actionContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, 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 © 2016 xworker.org. All rights reserved.