public class MessageException extends CodeException
CodeException.TweakingCodeException| Modifier and Type | Field and Description |
|---|---|
static Boolean |
DefaultStack |
TweakStack| Constructor and Description |
|---|
MessageException(boolean stack,
CodeEnum code) |
MessageException(boolean stack,
CodeEnum code,
Object... args) |
MessageException(boolean stack,
String code) |
MessageException(boolean stack,
String code,
String message) |
MessageException(CodeEnum code) |
MessageException(CodeEnum code,
Object... args) |
MessageException(String code) |
MessageException(String code,
String message) |
MessageException(Throwable cause,
CodeEnum code) |
MessageException(Throwable cause,
CodeEnum code,
Object... args) |
MessageException(Throwable cause,
String code) |
MessageException(Throwable cause,
String code,
String message) |
getCode, getI18nArgs, getI18nCode, toI18nString, withI18naddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetI18nHint, toI18nString, toI18nString, toI18nStringArgspublic static Boolean DefaultStack
Copyright © 2024. All rights reserved.