Class TerminalContextException
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.data.CodeAware,pro.fessional.mirana.i18n.I18nAware
public class TerminalContextException extends MessageException- Since:
2023-10-20
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static booleanDefaultStackpublic final static CodeException.TweakingCodeExceptionTweakStackpublic final Stringcodepublic final Stringi18nCodepublic final Array<Object>i18nArgspublic StringlocalizedMessagepublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description TerminalContextException(String code)TerminalContextException(String code, String message)TerminalContextException(CodeEnum code)TerminalContextException(CodeEnum code, Array<Object> args)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class pro.fessional.mirana.pain.CodeException
applyLocale, getCode, getI18nArgs, getI18nCode, getI18nHint, getLocalizedMessage, getMessage -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace -
Methods inherited from class pro.fessional.mirana.i18n.I18nAware
getI18nArgsIf, getI18nArgsOr, getI18nCodeIf, getI18nCodeOr, getI18nHintIf, getI18nHintOr, toI18nString, toString -
Methods inherited from class pro.fessional.mirana.data.CodeAware
getCodeIf, getCodeOr -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TerminalContextException
TerminalContextException(String code)
-
TerminalContextException
TerminalContextException(CodeEnum code)
-
-
-
-