Class DataModelException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DataModelException
    extends java.lang.Exception
    Defines a Dynamic data modeling exception.
    Since:
    2.6.2
    See Also:
    Serialized Form
    • Method Summary

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

      • DataModelException

        public DataModelException​(com.onwbp.base.text.UserMessage message)
      • DataModelException

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

      • getUserMessage

        public com.onwbp.base.text.UserMessage getUserMessage()
        Returns the UserMessage object from this exception.