Class DQIdException

    • Constructor Summary

      Constructors 
      Constructor Description
      DQIdException​(com.onwbp.base.text.UserMessage error)  
      DQIdException​(java.lang.Throwable t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getErrorMessage()  
      java.lang.String getMessage​(java.util.Locale locale)
      Returns a localized user message string.
      • 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

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

      • DQIdException

        public DQIdException​(com.onwbp.base.text.UserMessage error)
      • DQIdException

        public DQIdException​(java.lang.Throwable t)
    • Method Detail

      • getErrorMessage

        public com.onwbp.base.text.UserMessage getErrorMessage()
      • getMessage

        public java.lang.String getMessage​(java.util.Locale locale)
        Returns a localized user message string.
        Since:
        1.4.0