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 String
Check correctness of the format of the given address.static String
Check correctness of the format of the given address.static String
Check a given country code for its validity.static String
Check a given country code for its validity.static String
Check email format for the given email.static String
Check email format for the given email.static String
Check correctness of the format of the given phone number.static String
Check correctness of the format of the given phone number.protected String
IDAddress.convert
(int lineNumber) protected String
INAddress.convert
(int lineNumber) protected String
MYAddress.convert
(int lineNumber) protected String
SGAddress.convert
(int lineNumber) Script.evaluate()
Evaluate script which was already set.Evaluate script supplied by aReader
.Evaluate script.int
INAddress.getDistrict()
int
PKAddress.getDistrict()
INAddress.getDistrictName()
PKAddress.getDistrictName()
int
AEAddress.getEmirate()
int
PKAddress.getProvince()
int
INAddress.getState()
int
MYAddress.getState()
int
USAddress.getState()
Get the state index.protected boolean
INAddress.parse()
protected boolean
MYAddress.parse()
static Properties
StringUtility.parseToProperties
(String[] args) Parse the string array into "properties". -
Uses of SOException in com.storedobject.core
Subclasses of SOException in com.storedobject.coreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
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 TypeMethodDescriptionvoid
ExcelDataUpload.checkForDuplicates
(int index) Check whether a specific data column contains duplicate values or not.void
ExcelDataUpload.checkForDuplicates
(int[] indices) Check whether a specific set of data columns contains duplicate values or not.void
ExcelDataUpload.checkForDuplicates
(int[] indices, boolean mainDataRowsOnly) Check whether a specific set of data columns contains duplicate values or not.void
ExcelDataUpload.checkForDuplicates
(int index, boolean mainDataRowsOnly) Check whether a specific data column contains duplicate values or not.void
ExcelDataUpload.checkForDuplicates
(int index, boolean mainDataRowsOnly, boolean ignoreEmpty) Check whether a specific data column contains duplicate values or not.void
ExcelDataUpload.checkForNullObjects
(int index) Check whether a specific data column contains nullStoredObject
or not.void
ExcelDataUpload.checkForNullObjects
(int index, boolean mainDataRowsOnly) Check whether a specific data column contains nullStoredObject
or not.void
ExcelDataUpload.convertData
(int index, Class<?> type, boolean allowNulls, boolean mainRowsOnly) Convert data to another type.boolean
ExcelDataUpload.isMainDataRow
(int row) Check whether the given row is a main data row or not.