public class ExceptionProcessException extends RobotRuntimeException
Constructor and Description |
---|
ExceptionProcessException() |
ExceptionProcessException(int pointless,
String message)
不进行语言国际化转化的构造方法
|
ExceptionProcessException(int pointless,
String message,
Throwable cause)
不进行语言国际化转化的构造方法
|
ExceptionProcessException(int pointless,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
不进行语言国际化转化的构造方法
|
ExceptionProcessException(String message) |
ExceptionProcessException(String message,
Object... format) |
ExceptionProcessException(String message,
Throwable cause) |
ExceptionProcessException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ExceptionProcessException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Object... format) |
ExceptionProcessException(String message,
Throwable cause,
Object... format) |
ExceptionProcessException(Throwable cause) |
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public ExceptionProcessException()
public ExceptionProcessException(String message)
public ExceptionProcessException(String message, Throwable cause, Object... format)
public ExceptionProcessException(Throwable cause)
public ExceptionProcessException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ExceptionProcessException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Object... format)
public ExceptionProcessException(int pointless, String message)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文public ExceptionProcessException(int pointless, String message, Throwable cause)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文cause
- 异常public ExceptionProcessException(int pointless, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文cause
- 异常enableSuppression
- whether or not suppression is enabled
or disabledwritableStackTrace
- whether or not the stack trace shouldCopyright © 2020. All rights reserved.