if (addrType == null) {
throw new SxmpErrorException(SxmpErrorCode.UNABLE_TO_CONVERT_VALUE, "The address type [" + type + "] is not valid");
}
// creates a new mobile address, also validates syntax of them too
return new MobileAddress(addrType, address);
}