Class DMDVException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DMDVException
    extends java.lang.RuntimeException
    Exception class for the {addon.label.full}.
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getUserMessage()
      Returns the error message.
      • 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

      • DMDVException

        public DMDVException​(com.onwbp.base.text.UserMessage userMessage)
      • DMDVException

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

      • getUserMessage

        public com.onwbp.base.text.UserMessage getUserMessage()
        Returns the error message.