Uses of Class
cst.common.system.CSTErrorType

Packages that use CSTErrorType
cst.common.io Contains a number of classes used to support operations for importing both subject attribute data and activity data. 
cst.common.system   
 

Uses of CSTErrorType in cst.common.io
 

Methods in cst.common.io that return CSTErrorType
 CSTErrorType SpreadsheetImportError.getErrorType()
           
 

Methods in cst.common.io with parameters of type CSTErrorType
 int SpreadsheetTransferSettings.getErrorCount(CSTErrorType errorType)
           
 java.util.ArrayList<SpreadsheetImportError> SpreadsheetTransferSettings.getErrors(CSTErrorType errorType)
           
 

Constructors in cst.common.io with parameters of type CSTErrorType
SpreadsheetImportError(CSTErrorType errorType, int row, java.lang.String errorMessage)
           
SpreadsheetImportError(CSTErrorType errorType, java.lang.String errorMessage)
           
 

Uses of CSTErrorType in cst.common.system
 

Methods in cst.common.system that return CSTErrorType
 CSTErrorType CSTError.getErrorType()
           
static CSTErrorType CSTErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CSTErrorType[] CSTErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cst.common.system with parameters of type CSTErrorType
 int CSTException.getErrorsForType(CSTErrorType errorType)
           
 void CSTError.setErrorType(CSTErrorType errorType)
           
 

Constructors in cst.common.system with parameters of type CSTErrorType
CSTError(CSTErrorType errorType, java.lang.String errorMessage)
           
CSTException(CSTErrorType errorType, java.lang.String errorMessage)
           
CSTException(CSTErrorType errorType, java.lang.String mainMessage, java.util.ArrayList<CSTError> errors)