Class FormatterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FormatterException
    extends java.lang.RuntimeException
    Author:
    Loc Ha
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatterException​(java.lang.String message, java.lang.String msgKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMsgKey()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FormatterException

        public FormatterException​(java.lang.String message,
                                  java.lang.String msgKey)
    • Method Detail

      • getMsgKey

        public java.lang.String getMsgKey()