Class RaiseErrorException

    • Constructor Detail

      • RaiseErrorException

        public RaiseErrorException​(Polyad polyad)
      • RaiseErrorException

        public RaiseErrorException​(Polyad polyad,
                                   String message)
      • RaiseErrorException

        public RaiseErrorException​(Polyad polyad,
                                   String message,
                                   Long errorCode,
                                   QDLStem state)
    • Method Detail

      • getPolyad

        public Polyad getPolyad()
      • setPolyad

        public void setPolyad​(Polyad polyad)
      • getErrorCode

        public Long getErrorCode()
      • setErrorCode

        public void setErrorCode​(Long errorCode)
      • getState

        public QDLStem getState()
      • setState

        public void setState​(QDLStem state)