public class DslRuntimeException extends BaseRuntimeException
Constructor and Description |
---|
DslRuntimeException() |
DslRuntimeException(String errorCode,
Context context) |
DslRuntimeException(String errorCode,
Context context,
Locale locale) |
DslRuntimeException(String errorCode,
Object... params) |
DslRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
DslRuntimeException(String errorCode,
String defaultErrorMsg,
Locale locale,
Object... params) |
DslRuntimeException(String errorCode,
String defaultErrorMsg,
Locale locale,
Throwable throwable,
Object... params) |
DslRuntimeException(String errorCode,
String defaultErrorMsg,
Throwable throwable,
Object... params) |
DslRuntimeException(String errorCode,
Throwable throwable,
Object... params) |
DslRuntimeException(Throwable cause) |
contains, getErrorCode, getErrorContext, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DslRuntimeException()
public DslRuntimeException(String errorCode, String defaultErrorMsg, Context context, Locale locale)
public DslRuntimeException(String errorCode, String defaultErrorMsg, Locale locale, Object... params)
public DslRuntimeException(String errorCode, String defaultErrorMsg, Locale locale, Throwable throwable, Object... params)
public DslRuntimeException(String errorCode, String defaultErrorMsg, Throwable throwable, Object... params)
public DslRuntimeException(String errorCode, Throwable throwable, Object... params)
public DslRuntimeException(Throwable cause)
Copyright © 2006–2018 TinyGroup. All rights reserved.