Class DataExchangeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataExchangeException
    extends java.lang.Exception
    This class defines a {addon.label} exception.
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Method Summary

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

      • DataExchangeException

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

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

      • getUserMessage

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