Class TerminalContextException
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.i18n.I18nAware
public class TerminalContextException extends MessageException- Since:
2023-10-20
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public static BooleanDefaultStackpublic final static booleanDefaultStackpublic final static CodeException.TweakingCodeExceptionTweakStackpublic final Stringcodepublic Stringi18nCodepublic Array<Object>i18nArgspublic 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
getCode, getI18nArgs, getI18nCode, toI18nString, withI18n -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class pro.fessional.mirana.i18n.I18nAware
getI18nHint, toI18nStringArgs -
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)
-
-
-
-