Uses of Class
com.npdbhipdb.QRXSException

Uses of QRXSException in com.npdbhipdb
 

Subclasses of QRXSException in com.npdbhipdb
 class QRXS.Configuration.InvalidConfigurationException
          Invalid QRXS Configuration.
 

Methods in com.npdbhipdb that throw QRXSException
 java.lang.String QRXS.encode(java.lang.String filename, java.lang.String password)
          Encode the password and add to the properties file
static java.lang.String QRXS.StatusCodeReference.getValue(java.lang.String key)
          get a String based on the key
 java.lang.String QRXS.receive(QRXS.Configuration configuration, java.util.List<java.lang.String> responseFilenames)
          Receive responses from server, save files to download directory
 java.lang.String QRXS.send(QRXS.Configuration configuration, java.util.List<java.lang.String> submissionFilenames, java.util.List<java.lang.String> responseFilenames, java.util.List<QRXS.ErrorFile> errorFiles)
          Perform the send transaction.