Class JsforjException

    • Constructor Detail

      • JsforjException

        public JsforjException()
        Constructor
      • JsforjException

        public JsforjException​(Throwable t)
        Parameters:
        t - a Throwable
      • JsforjException

        public JsforjException​(String s)
        Parameters:
        s - a message
      • JsforjException

        public JsforjException​(String s,
                               String extra)
        Parameters:
        s - - retrieve with getMessage()
        extra - String extra text
    • Method Detail

      • getExtra

        public String getExtra()
        Returns:
        String extra text
      • getDetailMessage

        public String getDetailMessage()
        Returns:
        String message without 'extra'