Class ResponseBase

  • Direct Known Subclasses:
    ArithmeticResult

    public class ResponseBase
    extends Object
    The base of all response objects returned by our REST API methods
    • Method Detail

      • getError

        public boolean getError()
      • setError

        public void setError​(boolean _error)
      • getErrmsg

        public String getErrmsg()
      • setErrmsg

        public void setErrmsg​(String _errmsg)
      • giveError

        protected void giveError​(String msg)
        Sets the error flag and the error message
      • exceptionTrace

        public String exceptionTrace()