Uses of Class
com.storedobject.common.SOException
Packages that use SOException
Package
Description
-
Uses of SOException in com.storedobject.common
Methods in com.storedobject.common that throw SOExceptionModifier and TypeMethodDescriptionstatic StringCheck correctness of the format of the given address.static StringCheck correctness of the format of the given address.static StringCheck a given country code for its validity.static StringCheck a given country code for its validity.static StringCheck email format for the given email.static StringCheck email format for the given email.static StringCheck correctness of the format of the given phone number.static StringCheck correctness of the format of the given phone number.protected StringIDAddress.convert(int lineNumber) protected StringINAddress.convert(int lineNumber) protected StringMYAddress.convert(int lineNumber) protected StringSGAddress.convert(int lineNumber) Script.evaluate()Evaluate script which was already set.Evaluate script supplied by aReader.Evaluate script.intINAddress.getDistrict()intPKAddress.getDistrict()INAddress.getDistrictName()PKAddress.getDistrictName()intAEAddress.getEmirate()intPKAddress.getProvince()intINAddress.getState()intMYAddress.getState()intUSAddress.getState()Get the state index.protected booleanINAddress.parse()protected booleanMYAddress.parse()static PropertiesStringUtility.parseToProperties(String[] args) Parse the string array into "properties". -
Uses of SOException in com.storedobject.core
Subclasses of SOException in com.storedobject.coreModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of SOException in com.storedobject.tools
Subclasses of SOException in com.storedobject.tools -
Uses of SOException in com.storedobject.ui.common
Methods in com.storedobject.ui.common that throw SOExceptionModifier and TypeMethodDescriptionvoidExcelDataUpload.checkForDuplicates(int index) Check whether a specific data column contains duplicate values or not.voidExcelDataUpload.checkForDuplicates(int[] indices) Check whether a specific set of data columns contains duplicate values or not.voidExcelDataUpload.checkForDuplicates(int[] indices, boolean mainDataRowsOnly) Check whether a specific set of data columns contains duplicate values or not.voidExcelDataUpload.checkForDuplicates(int index, boolean mainDataRowsOnly) Check whether a specific data column contains duplicate values or not.voidExcelDataUpload.checkForDuplicates(int index, boolean mainDataRowsOnly, boolean ignoreEmpty) Check whether a specific data column contains duplicate values or not.voidExcelDataUpload.checkForNullObjects(int index) Check whether a specific data column contains nullStoredObjector not.voidExcelDataUpload.checkForNullObjects(int index, boolean mainDataRowsOnly) Check whether a specific data column contains nullStoredObjector not.voidExcelDataUpload.convertData(int index, Class<?> type, boolean allowNulls, boolean mainRowsOnly) Convert data to another type.booleanExcelDataUpload.isMainDataRow(int row) Check whether the given row is a main data row or not.