Class AdixException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdixException
    extends java.lang.Exception
    Defines an Adix add-on exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AdixException​(com.onwbp.base.text.UserMessage message)  
      AdixException​(com.onwbp.base.text.UserMessage message, java.lang.Throwable cause)  
    • Method Summary

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

      • AdixException

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

        public AdixException​(com.onwbp.base.text.UserMessage message,
                             java.lang.Throwable cause)
        Since:
        2.0.7
    • Method Detail

      • getUserMessage

        public final com.onwbp.base.text.UserMessage getUserMessage()