Class TerminalContextException

  • All Implemented Interfaces:
    java.io.Serializable , pro.fessional.mirana.i18n.I18nAware

    
    public class TerminalContextException
    extends MessageException
                        
    Since:

    2023-10-20

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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(String code, String message)
      • TerminalContextException

        TerminalContextException(CodeEnum code)
      • TerminalContextException

        TerminalContextException(CodeEnum code, Array<Object> args)
    • Method Detail